From a5d75da1cb1e7f8e3f26372d6d91f51ad3b05580 Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Sat, 3 Apr 2021 16:34:17 +0200 Subject: [PATCH 01/10] =?UTF-8?q?Velge=20format=20p=C3=A5=20figurnedlastin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inst/shinyApps/nger/app.R | 172 +++++++++++++++++++++++++++++++++----- 1 file changed, 149 insertions(+), 23 deletions(-) diff --git a/inst/shinyApps/nger/app.R b/inst/shinyApps/nger/app.R index c392916..6e89023 100644 --- a/inst/shinyApps/nger/app.R +++ b/inst/shinyApps/nger/app.R @@ -294,8 +294,11 @@ h3('Registerets kvalitetsindikatorer', align='center'), ), selectInput(inputId = 'velgReshKval', label='Velg eget Sykehus', #selected = 0, - choices = sykehusValg) - ), + choices = sykehusValg), + selectInput(inputId = "bildeformatKval", + label = "Velg format for nedlasting av figur", + choices = c('pdf', 'png', 'jpg', 'bmp', 'tif', 'svg') + )), mainPanel( tabsetPanel( tabPanel( @@ -304,7 +307,9 @@ h3('Registerets kvalitetsindikatorer', align='center'), em('(Høyreklikk på figuren for å laste den ned)'), br(), br(), - plotOutput('kvalInd')), + plotOutput('kvalInd', height="auto"), + downloadButton('LastNedFigKval', label='Velg format og last ned figur') + ), tabPanel( 'Tabell', uiOutput("tittelKvalInd"), @@ -404,7 +409,7 @@ tabPanel(p("Fordelinger", title= 'Alder, anestesi, ASA, BMI, diagnoser, komplika 'TSS2, sp.5 Enighet om målsetning' = 'Tss2Enighet', 'TSS2, sp.6 Generell oppfatning av avdelinga' = 'Tss2Generelt', 'Utdanning' = 'Utdanning' - ) + ), selected = c('Registreringsforsinkelse' = 'RegForsinkelse'), ), @@ -432,8 +437,11 @@ tabPanel(p("Fordelinger", title= 'Alder, anestesi, ASA, BMI, diagnoser, komplika ), selectInput(inputId = 'velgResh', label='Velg eget Sykehus', selected = 0, - choices = sykehusValg) - ), + choices = sykehusValg), + selectInput(inputId = "bildeformatFord", + label = "Velg format for nedlasting av figur", + choices = c('pdf', 'png', 'jpg', 'bmp', 'tif', 'svg') + )), #-------- mainPanel( tabsetPanel( @@ -443,7 +451,9 @@ tabPanel(p("Fordelinger", title= 'Alder, anestesi, ASA, BMI, diagnoser, komplika em('(Høyreklikk på figuren for å laste den ned)'), br(), br(), - plotOutput('fordelinger')), + plotOutput('fordelinger', height="auto"), + downloadButton('LastNedFigFord', label='Velg format og last ned figur') + ), tabPanel( 'Tabell', uiOutput("tittelFord"), @@ -517,7 +527,11 @@ tabPanel(p("Andeler: per sykehus og tid", title='Alder, antibiotika, ASA, fedme, multiple = T, #selected=0, choices = alvorKompl ), - br(), + selectInput(inputId = "bildeformatAndel", + label = "Velg format for nedlasting av figur", + choices = c('pdf', 'png', 'jpg', 'bmp', 'tif', 'svg') + ), + br(), p(em('Følgende utvalg gjelder bare figuren/tabellen som viser utvikling over tid')), selectInput(inputId = 'enhetsUtvalgAndel', label='Egen enhet og/eller landet', choices = c("Egen mot resten av landet"=1, "Hele landet"=0, "Egen enhet"=2)), @@ -532,9 +546,11 @@ tabPanel(p("Andeler: per sykehus og tid", title='Alder, antibiotika, ASA, fedme, h3(em("Utvikling over tid")), br(), plotOutput("andelTid", height = 'auto'), + downloadButton('LastNedFigAndelTid', label='Velg format og last ned figur'), br(), h3(em("Sykehusvise resultater")), - plotOutput("andelerGrVar", height='auto') + plotOutput("andelerGrVar", height='auto'), + downloadButton('LastNedFigAndelGrVar', label='Velg format og last ned figur') ), tabPanel("Tabeller", uiOutput("tittelAndel"), @@ -602,6 +618,10 @@ tabPanel(p("Andeler: per sykehus og tid", title='Alder, antibiotika, ASA, fedme, multiple = T, #selected=0, choices = alvorKompl ), + selectInput(inputId = "bildeformatGjsn", + label = "Velg format for nedlasting av figur", + choices = c('pdf', 'png', 'jpg', 'bmp', 'tif', 'svg') + ), br(), p(em('Følgende utvalg gjelder bare figuren/tabellen som viser utvikling over tid')), selectInput(inputId = 'enhetsUtvalgGjsn', label='Egen enhet og/eller landet', @@ -623,10 +643,11 @@ tabPanel(p("Andeler: per sykehus og tid", title='Alder, antibiotika, ASA, fedme, br(), h3(em("Utvikling over tid")), plotOutput("gjsnTid", height = 'auto'), + downloadButton('LastNedFigGjsnTid', label='Velg format og last ned figur'), br(), h3(em("Sykehusvise resultater")), - plotOutput("gjsnGrVar", height='auto') - + plotOutput("gjsnGrVar", height='auto'), + downloadButton('LastNedFigGjsnGrVar', label='Velg format og last ned figur') ), tabPanel( 'Tabeller', @@ -943,11 +964,27 @@ output$lastNed_dataDump <- downloadHandler( session = session) }, height=800, width=800 #height = function() {session$clientData$output_fordelinger_width} ) - #RegData må hentes ut fra valgtVar - # print(as.numeric(input$alderKval[1])) - # print(as.numeric(input$hastegradKval)) - # print(as.numeric(input$opMetodeKval)) - UtDataKvalInd <- NGERFigKvalInd(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarKval, + output$LastNedFigKval <- downloadHandler( + filename = function(){ + paste0('FigKval_',input$valgtVarKval, Sys.time(), '.', input$bildeformatKval) + }, + content = function(file){ + NGERFigKvalInd(RegData=RegData, valgtVar=input$valgtVarKval, preprosess = 0, + datoFra=input$datovalgKval[1], datoTil=input$datovalgKval[2], + reshID = reshID, + minald=as.numeric(input$alderKval[1]), maxald=as.numeric(input$alderKval[2]), + OpMetode = as.numeric(input$opMetodeKval), + Hastegrad = as.numeric(input$hastegradKval), + dagkir = as.numeric(input$dagkirKval), + velgDiag = as.numeric(input$velgDiagKval), + enhetsUtvalg=as.numeric(input$enhetsUtvalgKval), + velgAvd=input$velgReshKval, + session = session, + outfile = file) + }) + + + UtDataKvalInd <- NGERFigKvalInd(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarKval, datoFra=input$datovalgKval[1], datoTil=input$datovalgKval[2], reshID = reshID, minald=as.numeric(input$alderKval[1]), maxald=as.numeric(input$alderKval[2]), @@ -957,12 +994,8 @@ output$lastNed_dataDump <- downloadHandler( enhetsUtvalg=as.numeric(input$enhetsUtvalgKval), velgAvd=input$velgReshKval, session = session) - # testData <- NGERFigKvalInd(RegData=RegData, preprosess = 0, valgtVar='kvalInd', - # datoFra='2019-01-01', datoTil=Sys.Date(), - # reshID = 110734, - # enhetsUtvalg=1) - # tabKvalInd <- lagTabavFig(UtDataFraFig = testData) - tabKvalInd <- lagTabavFig(UtDataFraFig = UtDataKvalInd) #lagTabavFigAndeler + + tabKvalInd <- lagTabavFig(UtDataFraFig = UtDataKvalInd) #lagTabavFigAndeler output$tittelKvalInd <- renderUI({ tagList( @@ -1032,6 +1065,28 @@ output$lastNed_dataDump <- downloadHandler( session = session) }, height=800, width=800 #height = function() {session$clientData$output_fordelinger_width} ) + + output$LastNedFigFord <- downloadHandler( + filename = function(){ + paste0('FigFord_', input$valgtVar, Sys.time(), '.', input$bildeformatFord) + }, + content = function(file){ + NGERFigAndeler(RegData=RegData, valgtVar=input$valgtVar, preprosess = 0, + datoFra=input$datovalg[1], datoTil=input$datovalg[2], + reshID = reshID, + minald=as.numeric(input$alder[1]), + maxald=as.numeric(input$alder[2]), + OpMetode = as.numeric(input$opMetode), + Hastegrad = as.numeric(input$hastegrad), + velgDiag = as.numeric(input$velgDiag), + AlvorlighetKompl = as.numeric(input$alvorlighetKompl), + enhetsUtvalg=as.numeric(input$enhetsUtvalg), + velgAvd=input$velgResh, + session = session, + outfile = file) + }) + + #RegData må hentes ut fra valgtVar UtDataFord <- NGERFigAndeler(RegData=RegData, preprosess = 0, valgtVar=input$valgtVar, datoFra=input$datovalg[1], datoTil=input$datovalg[2], @@ -1083,9 +1138,24 @@ output$lastNed_dataDump <- downloadHandler( session=session) }, height = 800, width=700 #height = function() {session$clientData$output_andelerGrVarFig_width} #}) ) + output$LastNedFigAndelGrVar <- downloadHandler( + filename = function(){ + paste0('FigAndelSh_', input$valgtVarAndel, Sys.time(), '.', input$bildeformatAndel) + }, + content = function(file){ + NGERFigAndelerGrVar(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarAndel, + datoFra=input$datovalgAndel[1], datoTil=input$datovalgAndel[2], + minald=as.numeric(input$alderAndel[1]), maxald=as.numeric(input$alderAndel[2]), + OpMetode = as.numeric(input$opMetodeAndel), + Hastegrad = as.numeric(input$hastegradAndel), + velgDiag = as.numeric(input$velgDiagAndel), + AlvorlighetKompl = as.numeric(input$alvorlighetKomplAndel), + session=session, + outfile = file) + }) - output$andelTid <- renderPlot({ + output$andelTid <- renderPlot({ NGERFigAndelTid(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarAndel, reshID= reshID, datoFra=input$datovalgAndel[1], datoTil=input$datovalgAndel[2], @@ -1099,6 +1169,24 @@ output$lastNed_dataDump <- downloadHandler( session=session) }, height = 300, width = 1000 ) + output$LastNedFigAndelTid <- downloadHandler( + filename = function(){ + paste0('FigAndelTid_', input$valgtVarAndel, Sys.time(), '.', input$bildeformatAndel) + }, + content = function(file){ + NGERFigAndelTid(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarAndel, + reshID= reshID, + datoFra=input$datovalgAndel[1], datoTil=input$datovalgAndel[2], + minald=as.numeric(input$alderAndel[1]), maxald=as.numeric(input$alderAndel[2]), + OpMetode = as.numeric(input$opMetodeAndel), + Hastegrad = as.numeric(input$hastegradAndel), + velgDiag = as.numeric(input$velgDiagAndel), + AlvorlighetKompl = as.numeric(input$alvorlighetKomplAndel), + tidsenhet = input$tidsenhetAndel, + enhetsUtvalg = input$enhetsUtvalgAndel, + session=session, + outfile = file) + }) observe({ #AndelTid @@ -1190,6 +1278,25 @@ output$lastNed_dataDump <- downloadHandler( session = session ), width = 700, height = 800) + + output$LastNedFigGjsnGrVar <- downloadHandler( + filename = function(){ + paste0('FigGjsnSh_', input$valgtVarGjsn,Sys.time(), '.', input$bildeformatGjsn) + }, + content = function(file){ + NGERFigGjsnGrVar(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarGjsn, + datoFra=input$datovalgGjsn[1], datoTil=input$datovalgGjsn[2], + minald=as.numeric(input$alderGjsn[1]), maxald=as.numeric(input$alderGjsn[2]), + valgtMaal = input$sentralmaal, + OpMetode = as.numeric(input$opMetodeGjsn), + Hastegrad = as.numeric(input$hastegradGjsn), + velgDiag = as.numeric(input$velgDiagGjsn), + AlvorlighetKompl = as.numeric(input$alvorlighetKomplGjsn), + session = session, + outfile = file) + }) + + UtDataGjsnGrVar <- NGERFigGjsnGrVar(RegData=RegData, preprosess = 0, valgtVar=input$valgtVarGjsn, datoFra=input$datovalgGjsn[1], datoTil=input$datovalgGjsn[2], minald=as.numeric(input$alderGjsn[1]), @@ -1251,6 +1358,25 @@ output$lastNed_dataDump <- downloadHandler( session = session ), width = 1000, height = 300) + + output$LastNedFigGjsnTid <- downloadHandler( + filename = function(){ + paste0('FigGjsnTid_', input$valgtVarGjsn, Sys.time(), '.', input$bildeformatGjsn) + }, + content = function(file){ + NGERFigGjsnTid(RegData=RegData, reshID= reshID, preprosess = 0, valgtVar=input$valgtVarGjsn, + datoFra=input$datovalgGjsn[1], datoTil=input$datovalgGjsn[2], + minald=as.numeric(input$alderGjsn[1]), maxald=as.numeric(input$alderGjsn[2]), + valgtMaal = input$sentralmaal, enhetsUtvalg = as.numeric(input$enhetsUtvalgGjsn), + OpMetode = as.numeric(input$opMetodeGjsn), + Hastegrad = as.numeric(input$hastegradGjsn), + velgDiag = as.numeric(input$velgDiagGjsn), + AlvorlighetKompl = as.numeric(input$alvorlighetKomplGjsn), + tidsenhet = input$tidsenhetGjsn, + session = session, + outfile = file) + }) + UtDataGjsnTid <- NGERFigGjsnTid(RegData=RegData, reshID= reshID, preprosess = 0, valgtVar=input$valgtVarGjsn, datoFra=input$datovalgGjsn[1], datoTil=input$datovalgGjsn[2], From d2ee6039649413adeba4f4afd470e2702c80f92c Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 7 Apr 2021 07:59:57 +0200 Subject: [PATCH 02/10] =?UTF-8?q?Oppdaterte=20=C3=A5rsrapp.resulater?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aarsrapp/Alder_HystShus.pdf | Bin 0 -> 6151 bytes aarsrapp/Alder_LapShus.pdf | Bin 0 -> 6244 bytes aarsrapp/Alder_TLHShus.pdf | Bin 0 -> 5849 bytes aarsrapp/Alder_fordHys.pdf | Bin 0 -> 4971 bytes aarsrapp/Alder_fordLap.pdf | Bin 0 -> 4915 bytes aarsrapp/Alder_fordTLH.pdf | Bin 0 -> 4968 bytes aarsrapp/Diagnoser_ford.pdf | Bin 0 -> 4833 bytes aarsrapp/Diagnoser_fordHys.pdf | Bin 0 -> 4883 bytes aarsrapp/Diagnoser_fordLap.pdf | Bin 0 -> 4868 bytes aarsrapp/HysGjforingsGrad_ford.pdf | Bin 0 -> 4571 bytes aarsrapp/HysKomplikasjoner_ford.pdf | Bin 0 -> 4655 bytes aarsrapp/KomplIntra_Aar.pdf | Bin 0 -> 4857 bytes aarsrapp/KomplIntra_HystAar.pdf | Bin 0 -> 4879 bytes aarsrapp/KomplIntra_HystShus.pdf | Bin 0 -> 6239 bytes aarsrapp/KomplIntra_LapAar.pdf | Bin 0 -> 4913 bytes aarsrapp/KomplIntra_LapShus.pdf | Bin 0 -> 6416 bytes aarsrapp/KomplPostopType_ford.pdf | Bin 0 -> 4555 bytes aarsrapp/KomplPostopType_fordHys.pdf | Bin 0 -> 4567 bytes aarsrapp/KomplPostopType_fordHysAlv1.pdf | Bin 0 -> 4660 bytes aarsrapp/KomplPostopType_fordHysAlv234.pdf | Bin 0 -> 4640 bytes aarsrapp/KomplPostopType_fordLap.pdf | Bin 0 -> 4614 bytes aarsrapp/KomplPostopType_fordLapAlv1.pdf | Bin 0 -> 4636 bytes aarsrapp/KomplPostopType_fordLapAlv234.pdf | Bin 0 -> 4612 bytes aarsrapp/KomplPostopType_fordTotLapHys.pdf | Bin 0 -> 4629 bytes aarsrapp/KomplPostop_Aar.pdf | Bin 0 -> 4806 bytes aarsrapp/KomplPostop_HystAar.pdf | Bin 0 -> 4907 bytes aarsrapp/KomplPostop_HystShus.pdf | Bin 0 -> 5949 bytes aarsrapp/KomplPostop_LapAar.pdf | Bin 0 -> 4853 bytes aarsrapp/KomplPostop_LapShus.pdf | Bin 0 -> 6192 bytes aarsrapp/KomplPostop_Shus.pdf | Bin 0 -> 6234 bytes aarsrapp/KomplPostop_TLHaar.pdf | Bin 0 -> 4924 bytes aarsrapp/LapEkstrautstyr_ford.pdf | Bin 0 -> 4962 bytes aarsrapp/LapIntraabdominell_ford.pdf | Bin 0 -> 4648 bytes aarsrapp/LapIntraabdominell_fordTotLapHys.pdf | Bin 0 -> 4710 bytes aarsrapp/LapKomplikasjoner_ford.pdf | Bin 0 -> 4717 bytes aarsrapp/LapKonvertertUventet_LapShus.pdf | Bin 0 -> 6151 bytes aarsrapp/LapKonvertert_Aar.pdf | Bin 0 -> 4823 bytes aarsrapp/LapKonvertert_LapAar.pdf | Bin 0 -> 4852 bytes aarsrapp/LapKonvertert_LapShus.pdf | Bin 0 -> 6149 bytes aarsrapp/LapTeknikk_ford.pdf | Bin 0 -> 4774 bytes aarsrapp/OpASATotLapHys_aar.pdf | Bin 0 -> 4861 bytes aarsrapp/OpASA_Aar.pdf | Bin 0 -> 4859 bytes aarsrapp/OpAnestesiHysEl_aar.pdf | Bin 0 -> 4857 bytes aarsrapp/OpBMI_HystShus.pdf | Bin 0 -> 6139 bytes aarsrapp/OpBMI_LapShus.pdf | Bin 0 -> 6223 bytes aarsrapp/OpBMI_Shus.pdf | Bin 0 -> 6204 bytes aarsrapp/OpBMI_TLHShus.pdf | Bin 0 -> 5918 bytes aarsrapp/OpBMI_ford.pdf | Bin 0 -> 4637 bytes aarsrapp/OpDagkirLapEl_aar.pdf | Bin 0 -> 4911 bytes aarsrapp/OpDagkirurgi_LapShus.pdf | Bin 0 -> 6268 bytes aarsrapp/OpDagkirurgi_Shus.pdf | Bin 0 -> 6219 bytes aarsrapp/OpTid_HystShGjsn.pdf | Bin 0 -> 7767 bytes aarsrapp/OpTid_LapShGjsn.pdf | Bin 0 -> 8229 bytes aarsrapp/OpTid_TLHShGjsn.pdf | Bin 0 -> 7380 bytes aarsrapp/OpTid_fordHys.pdf | Bin 0 -> 4786 bytes aarsrapp/OpTid_fordLap.pdf | Bin 0 -> 4774 bytes aarsrapp/OpTid_fordTotLapHys.pdf | Bin 0 -> 4807 bytes aarsrapp/Opf0AlvorlighetsGrad1_HystAar.pdf | Bin 0 -> 4906 bytes aarsrapp/Opf0AlvorlighetsGrad1_HystShus.pdf | Bin 0 -> 5964 bytes aarsrapp/Opf0AlvorlighetsGrad1_LapAar.pdf | Bin 0 -> 4860 bytes aarsrapp/Opf0AlvorlighetsGrad1_LapShus.pdf | Bin 0 -> 6211 bytes aarsrapp/Opf0AlvorlighetsGrad234_HystAar.pdf | Bin 0 -> 4887 bytes aarsrapp/Opf0AlvorlighetsGrad_HystAar.pdf | Bin 0 -> 4887 bytes aarsrapp/Opf0AlvorlighetsGrad_HystShus.pdf | Bin 0 -> 6079 bytes aarsrapp/Opf0AlvorlighetsGrad_LapAar.pdf | Bin 0 -> 4867 bytes aarsrapp/Opf0AlvorlighetsGrad_LapShus.pdf | Bin 0 -> 6344 bytes aarsrapp/Opf0AlvorlighetsGrad_ford.pdf | Bin 0 -> 4640 bytes aarsrapp/Opf0AlvorlighetsGrad_fordHys.pdf | Bin 0 -> 4664 bytes aarsrapp/Opf0AlvorlighetsGrad_fordLap.pdf | Bin 0 -> 4664 bytes .../Opf0AlvorlighetsGrad_fordTotLapHys.pdf | Bin 0 -> 4697 bytes aarsrapp/Opf0Reoperasjon_Aar.pdf | Bin 0 -> 4884 bytes aarsrapp/Opf0Reoperasjon_HystAar.pdf | Bin 0 -> 4861 bytes aarsrapp/Opf0Reoperasjon_HystShus.pdf | Bin 0 -> 5808 bytes aarsrapp/Opf0Reoperasjon_LapAar.pdf | Bin 0 -> 4850 bytes aarsrapp/Opf0Reoperasjon_LapShus.pdf | Bin 0 -> 6079 bytes aarsrapp/PostOpBlod_Sandnessj.pdf | Bin 0 -> 4886 bytes aarsrapp/Prosedyrer_ford.pdf | Bin 0 -> 4907 bytes aarsrapp/Prosedyrer_fordHys.pdf | Bin 0 -> 4943 bytes aarsrapp/Prosedyrer_fordLap.pdf | Bin 0 -> 4969 bytes aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf | Bin 0 -> 5265 bytes aarsrapp/R1ScoreGeneral_UtvalgteShGjsn.pdf | Bin 0 -> 5265 bytes aarsrapp/RAND0_KI.pdf | Bin 0 -> 4867 bytes aarsrapp/RAND1_KI.pdf | Bin 0 -> 4793 bytes aarsrapp/RegForsinkelse_Shus.pdf | Bin 0 -> 6225 bytes aarsrapp/RegForsinkelse_ford.pdf | Bin 0 -> 4685 bytes aarsrapp/TSS0_KI.pdf | Bin 0 -> 4843 bytes aarsrapp/TSS0_ford.pdf | Bin 0 -> 4843 bytes aarsrapp/TSS0_fordHys.pdf | Bin 0 -> 4876 bytes aarsrapp/TSS0_fordTotLapHys.pdf | Bin 0 -> 4900 bytes aarsrapp/Tss2Behandlere_Shus.pdf | Bin 0 -> 6209 bytes aarsrapp/Tss2Behandling_Shus.pdf | Bin 0 -> 6206 bytes aarsrapp/Tss2Enighet_Shus.pdf | Bin 0 -> 6228 bytes aarsrapp/Tss2Generelt_Shus.pdf | Bin 0 -> 6442 bytes aarsrapp/Tss2Generelt_ford.pdf | Bin 0 -> 4715 bytes aarsrapp/Tss2Lytte_Shus.pdf | Bin 0 -> 6228 bytes aarsrapp/Tss2Mott_Shus.pdf | Bin 0 -> 6223 bytes aarsrapp/Tss2Sumskaar_ShGjsn.pdf | Bin 0 -> 8200 bytes aarsrapp/kvalInd_KI.pdf | Bin 0 -> 4765 bytes doc/NGERaarsrapp2020.R | 441 ++++++++++++++++++ 99 files changed, 441 insertions(+) create mode 100644 aarsrapp/Alder_HystShus.pdf create mode 100644 aarsrapp/Alder_LapShus.pdf create mode 100644 aarsrapp/Alder_TLHShus.pdf create mode 100644 aarsrapp/Alder_fordHys.pdf create mode 100644 aarsrapp/Alder_fordLap.pdf create mode 100644 aarsrapp/Alder_fordTLH.pdf create mode 100644 aarsrapp/Diagnoser_ford.pdf create mode 100644 aarsrapp/Diagnoser_fordHys.pdf create mode 100644 aarsrapp/Diagnoser_fordLap.pdf create mode 100644 aarsrapp/HysGjforingsGrad_ford.pdf create mode 100644 aarsrapp/HysKomplikasjoner_ford.pdf create mode 100644 aarsrapp/KomplIntra_Aar.pdf create mode 100644 aarsrapp/KomplIntra_HystAar.pdf create mode 100644 aarsrapp/KomplIntra_HystShus.pdf create mode 100644 aarsrapp/KomplIntra_LapAar.pdf create mode 100644 aarsrapp/KomplIntra_LapShus.pdf create mode 100644 aarsrapp/KomplPostopType_ford.pdf create mode 100644 aarsrapp/KomplPostopType_fordHys.pdf create mode 100644 aarsrapp/KomplPostopType_fordHysAlv1.pdf create mode 100644 aarsrapp/KomplPostopType_fordHysAlv234.pdf create mode 100644 aarsrapp/KomplPostopType_fordLap.pdf create mode 100644 aarsrapp/KomplPostopType_fordLapAlv1.pdf create mode 100644 aarsrapp/KomplPostopType_fordLapAlv234.pdf create mode 100644 aarsrapp/KomplPostopType_fordTotLapHys.pdf create mode 100644 aarsrapp/KomplPostop_Aar.pdf create mode 100644 aarsrapp/KomplPostop_HystAar.pdf create mode 100644 aarsrapp/KomplPostop_HystShus.pdf create mode 100644 aarsrapp/KomplPostop_LapAar.pdf create mode 100644 aarsrapp/KomplPostop_LapShus.pdf create mode 100644 aarsrapp/KomplPostop_Shus.pdf create mode 100644 aarsrapp/KomplPostop_TLHaar.pdf create mode 100644 aarsrapp/LapEkstrautstyr_ford.pdf create mode 100644 aarsrapp/LapIntraabdominell_ford.pdf create mode 100644 aarsrapp/LapIntraabdominell_fordTotLapHys.pdf create mode 100644 aarsrapp/LapKomplikasjoner_ford.pdf create mode 100644 aarsrapp/LapKonvertertUventet_LapShus.pdf create mode 100644 aarsrapp/LapKonvertert_Aar.pdf create mode 100644 aarsrapp/LapKonvertert_LapAar.pdf create mode 100644 aarsrapp/LapKonvertert_LapShus.pdf create mode 100644 aarsrapp/LapTeknikk_ford.pdf create mode 100644 aarsrapp/OpASATotLapHys_aar.pdf create mode 100644 aarsrapp/OpASA_Aar.pdf create mode 100644 aarsrapp/OpAnestesiHysEl_aar.pdf create mode 100644 aarsrapp/OpBMI_HystShus.pdf create mode 100644 aarsrapp/OpBMI_LapShus.pdf create mode 100644 aarsrapp/OpBMI_Shus.pdf create mode 100644 aarsrapp/OpBMI_TLHShus.pdf create mode 100644 aarsrapp/OpBMI_ford.pdf create mode 100644 aarsrapp/OpDagkirLapEl_aar.pdf create mode 100644 aarsrapp/OpDagkirurgi_LapShus.pdf create mode 100644 aarsrapp/OpDagkirurgi_Shus.pdf create mode 100644 aarsrapp/OpTid_HystShGjsn.pdf create mode 100644 aarsrapp/OpTid_LapShGjsn.pdf create mode 100644 aarsrapp/OpTid_TLHShGjsn.pdf create mode 100644 aarsrapp/OpTid_fordHys.pdf create mode 100644 aarsrapp/OpTid_fordLap.pdf create mode 100644 aarsrapp/OpTid_fordTotLapHys.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad1_HystAar.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad1_HystShus.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad1_LapAar.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad1_LapShus.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad234_HystAar.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_HystAar.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_HystShus.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_LapAar.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_LapShus.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_ford.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_fordHys.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_fordLap.pdf create mode 100644 aarsrapp/Opf0AlvorlighetsGrad_fordTotLapHys.pdf create mode 100644 aarsrapp/Opf0Reoperasjon_Aar.pdf create mode 100644 aarsrapp/Opf0Reoperasjon_HystAar.pdf create mode 100644 aarsrapp/Opf0Reoperasjon_HystShus.pdf create mode 100644 aarsrapp/Opf0Reoperasjon_LapAar.pdf create mode 100644 aarsrapp/Opf0Reoperasjon_LapShus.pdf create mode 100644 aarsrapp/PostOpBlod_Sandnessj.pdf create mode 100644 aarsrapp/Prosedyrer_ford.pdf create mode 100644 aarsrapp/Prosedyrer_fordHys.pdf create mode 100644 aarsrapp/Prosedyrer_fordLap.pdf create mode 100644 aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf create mode 100644 aarsrapp/R1ScoreGeneral_UtvalgteShGjsn.pdf create mode 100644 aarsrapp/RAND0_KI.pdf create mode 100644 aarsrapp/RAND1_KI.pdf create mode 100644 aarsrapp/RegForsinkelse_Shus.pdf create mode 100644 aarsrapp/RegForsinkelse_ford.pdf create mode 100644 aarsrapp/TSS0_KI.pdf create mode 100644 aarsrapp/TSS0_ford.pdf create mode 100644 aarsrapp/TSS0_fordHys.pdf create mode 100644 aarsrapp/TSS0_fordTotLapHys.pdf create mode 100644 aarsrapp/Tss2Behandlere_Shus.pdf create mode 100644 aarsrapp/Tss2Behandling_Shus.pdf create mode 100644 aarsrapp/Tss2Enighet_Shus.pdf create mode 100644 aarsrapp/Tss2Generelt_Shus.pdf create mode 100644 aarsrapp/Tss2Generelt_ford.pdf create mode 100644 aarsrapp/Tss2Lytte_Shus.pdf create mode 100644 aarsrapp/Tss2Mott_Shus.pdf create mode 100644 aarsrapp/Tss2Sumskaar_ShGjsn.pdf create mode 100644 aarsrapp/kvalInd_KI.pdf create mode 100644 doc/NGERaarsrapp2020.R diff --git a/aarsrapp/Alder_HystShus.pdf b/aarsrapp/Alder_HystShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..94f03e750a58115951df844c6eb592b2bcad4e27 GIT binary patch literal 6151 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 E0IL?=#Q*>R literal 0 HcmV?d00001 diff --git a/aarsrapp/Alder_LapShus.pdf b/aarsrapp/Alder_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b21a00f13650055984281bbbbca67c12b99cba26 GIT binary patch literal 6244 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Alder_TLHShus.pdf b/aarsrapp/Alder_TLHShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..c597574033c2d8abd3d739e38810059d7d924ab4 GIT binary patch literal 5849 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 UFcjL4%D~_VO^}k3krfK`UmEg=W&i*H literal 0 HcmV?d00001 diff --git a/aarsrapp/Alder_fordLap.pdf b/aarsrapp/Alder_fordLap.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6376a14e39f5b5b07555b08d66cf4d2abad70e8e GIT binary patch literal 4915 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Diagnoser_fordHys.pdf b/aarsrapp/Diagnoser_fordHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d1b75534268f68d0e0ccd22e8051698a07aab925 GIT binary patch literal 4883 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Diagnoser_fordLap.pdf b/aarsrapp/Diagnoser_fordLap.pdf new file mode 100644 index 0000000000000000000000000000000000000000..67bbff6307af54db91a4c42b6e51d7e21babee4d GIT binary patch literal 4868 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 a&B$hN=nNc!60M4bDMpM( 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 J(a6#m_J97{<~9HT literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplIntra_Aar.pdf b/aarsrapp/KomplIntra_Aar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bd2931278323bc6bbb062d3aede836cad11224ed GIT binary patch literal 4857 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 F{{l9@W9a|@ literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplIntra_HystAar.pdf b/aarsrapp/KomplIntra_HystAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d5051f6c19d7ee59c6b4f1ab676d0525cee06c27 GIT binary patch literal 4879 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 bIZgVR8!`n&qWsJZTvY=Kk&!X5G=%&g>ceKP literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplIntra_HystShus.pdf b/aarsrapp/KomplIntra_HystShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..89b211e8e7986f694a027641c2c42d10e837491c GIT binary patch literal 6239 zcmZ{pc|6o>`^POI6A9TO#=aXfc8M@{vS(k$7)-_tX2zC%-%BX_k~K>bvWtZ5yHFA; zTT)~vztK6J=RD^;zwhfcf83w@y6@|{ufN{cXLt>u>Y`vVNdRxiV#rd+aLBl|Cjbl- z2Vxv<0~8bhAXQHU42Q&^p)ec*C;*j*h(o~QlHxMrG7^$tSwR3u599d%?wKHQD8eZt zpoS;R-31B90`>7YcRY@8%)k@lh=(IQ&vqrn#Kj~D+OJ%gGf5Djs0cuy9nY$O{8bGQ zWa8_N0D@FuI2a1!3K!a zWQ4$C@SbqOeUksU?=0YVJ9H6fXPgTVA|Wmg1gRrYIKm4+>L@~Upa?j|5ph;G7Dwor z8^9-P!(#A0YY%nXw&3BS5IWWSUBb_+rk_6GQRSC)1YKo%JGMf=8g$+VHJ{y6w@5!< z-6GkN*iWOGyM9a?HH)**EicF?O>_6;xXOqhv3gN9tUHED}?Gq&|+gz#x}TxoElHCx0vG ztyXJQt)d|H6Nt9UV`0qQqPkD|fHJ_Ed0F9tQqlv{Ik=^ujU2b;%hnNYzOoiNp_N!a z+sfK91=h#HZho)GVc#w__w67vo64wPJu?c(dE0b9ob=W9)i_$i-eu#HC!B?SSa-)< zhzdZIt$+7`T2zng!#+B4k{NMdwRH7~4md7&vpL042hc+qNpQ#2|`_Ms~qR zt3@|VN|&MG_J=?b(XKI1 z3Y?8iONvWNK6R@4Qpm(w$|VnIK=viB`0i{vuGrTHf-sxL z&$m?9-@GA-uCW$b^$>falhZw zPDimi<+73!7a_~v)0yfZ{RfL9>x zntkbQ{y5CYWb9%9HA8Eabe2$_mkG}46zjf`7t{exsHR}ExnE`?8Fb=O+F*DMJ@NE8 zv!E=am6Fm>vxcOvdA7IRSN8ebc;0;JZ>d8#Af+L*y}kasgDq}3JFvDl+8e&QsLEr> zz@I&2`@zhoUf*jPe8I2C^T~~#$g_gX#+?E}LTQ(Jot|EGvmUzXyd2d_c0QgtXnNMi zp;EtMC#FuZdP?bGog%oO-|4_vygyo6jp`P>p|n-oMRhnSS2>dg#r)Zg$9NUY$FRz_ zkyH&YX6jid`l$igyT{1<* z_~?3)o@x1#M5%-q>zp?vWX6a!b`MMmnV|G``#nkO-`^GUOXZb~+X%{$to#5=~4xF@o9T{bfA&Ofiu^G{1#a-xizWiZFJ zm(p^&GZu7hik-XmkorjpwG|bwBG;sHaH=Io=T0X|5%XT3G0utFI3%)X$Ua3jw9tIkc?W;Qx|SBBgY2!M_riZ8CAZ~ zhk#RG^Y*fFvRl-e#K+J+RZE&D8H0{;af0fc7iqXfG^yFO{J(~046dQUtJcj{(xM!V zujHK5WQ4NViVLvis~qBs2xTO6MNn5dwR87{S8~nM4E=+&;&Xknc@fNY#ap}I>o3Fy zF_>(6Ht3 zBu^-%LMK*~>#hMx%zGjz?*&_J#9jXcm(tR3(TC#sCN1*1JAQR8EHh7dI%l+ibP7N< z%p97J?V9t2D|w5}Oe*J8FV5LD7qMN9VO zC2^1om>*znV$hK)=2j(2!O$~a=r+f3*%L?o##x>f>JX;=|vysPc?|RjJ1{!Hq zlb#Sa3*YYh2n-C$1SQdF89pn;7`0SD!4_}zrlW>Bd~d5i5nxHo@7{AyOq4&0vUvD` zj?vx-Vqlp**=ik=?sMJZ=CqM=!q$E$=lhB+QFbRY`VPZ;#>0-#<_u$2ntl14GS?-W zZ)xi(j$8@I1bqHY_?2X(mz_-CDB^_&S$#f4t-MnLK{Zt~3eVxVGkW^H{ruQOBO zo#Uc3Q5hR6ySdFLHqIQ<6lkS3c;KQ>3p3Ynt~Av&EphUo3e+z>)Vc5085`7qS?WX zvdy9E3h;`-7Mbe{)uw?3GT|Ntc+Q0 zZ=8+XnpV=u-21dWJlH>TuuN{Gm0LMjKen99syVrUasy6g1)xa_XP2;h*6cxvMuNWk zF>J?+O-*+C4lntcik$rF~t^22Wr#Fc74Na74mXFg`#lal)RIxa8T-=5LsHhH1aCj6jocV+0Op1tRb) zAp^n(X9EDK6A%xmpa4>b0KsRM{DMS~nh#FH71I~rq$s7rP!1aR~I7^P3l(7Brzc{Yp0=39I>2Q%k6_5xjVTZiYI zHv^`ci0&PSk-gM4rwpdbH^02F+!dV==WI_wO!bY36h-vGy{1NmabKMzoy31S9+ghN z&(zv<5qNMUG_DliL3Em%(rCd2CNfBiU*6iEv1VcFmA!73#apl6oAz8%Z%ABwh|3}r zaw{3TC1T~jn~tE7+lGWIu=Hbx77^b*zT;m?kfUphPqJrWT0Xzu2x;SkhvBp$Z**fm zRvV@iJlfC>Shk3+>i`JHtWO&%_mWV_8_9zXKnb40Uqp4 z{saPL{oo1FPD~pq>1Rp|4&K zExI32ea?;A=b-qBXJ@26=4p!trKmysi*HJwZ)A%4} zcAs|SfjLPL=an0Q>_h@Wv_Q%`j>03G0T;S8NDl_%M$^->kA_2k2ADPI{(Q~I6O;(o zfI=GR42QmC99xn|0*TaakgnZeT_L4!Kli+ywt+Q%lC+(K&H#V zb$QGwp_TUhrR4ZLTFEeJcV=7&{DY({g;+?x{keCqk;DRayhKl=Hl*Dw-q=H`eovO4-UH*YcfKtX2eYSDJ{ZRqOK%UFZ%O z{3y7^DT_NSpVFepYV7r8&nJd6b@YCN$a08<*0-m+llou!8m`~@@B^(mKq;hzHuw^) z{G&K=TE>^^DoH*(l(d}X_vi{qkT+)Uu@`bQ#%d;&ytcYbuBHYy&`r6}$H5S>_~=3Y zt$gW%GD8Z3>{7)E(+PpwfE`*rb=OCOqeCl1I1zc4>^L!Xv%Jiat1C4tv_E7I8OX!( z;ql-^<{(`*K86~S8kQQ?@kF@@mhO01akY7c{1n@IEOnRXQwJ3IIpEHvJ9Kx*t|bP9 zaWCTBpUc`=E8L70er5W>(w*Pk%$>f0rG@VOrOkMnuI+FA-x2%j{xpH-l@fC~1?b}` zpM-0w2*E`2?~ka<>NM#1DD%+mMBjYn{wTO1(p*acs-Vxt+s13C>BJ)~7{bHp#<{_t z%{9l>3QX=*cck%Du+V+4g67NRoacXGm?vZ|bWY&gWS=xHi*!XVsxBDD z3LFVI3&2gn%k&Y(jT86@^)-t%S!z{@VzLnnQ2U>JP{v>=1u=%~aG>-?VLwZ&G?vxU6dObE$9X_et%E*-7<@_m3qe0w%^M>K}VQ zo*%z~Ohbmde!TrT4{s0%_r0^$r-lm@8n+Kyr zM;LE1s>G4UvFg%|C#QF!5Q&y!qG6&JM4Lr&Em+LEtlVnW>JMGqFxluimw=u~2YMG{ zmvQ)Zd1bojo9ErTv({VI^Nr=pUc&)sXLL{fTe$al&TS5d7aeVHeujk=guTumgpG~1 zgGZ~UzLUpw1K@5>+1@JGeB~;=eIz z(|X;e2u)QFt#3sedE0m=-U&M*r3s+P(MawIFL~@-wyZqtY&&JkRduoI4a#{}dsh(i z>g{mzt2-l6i}at2H?Z?&!!k4Vliq#9?=cbcfg{JUdDGmhzQ_Fq@=k}MH$2l zqc^-X`Xac=zBlv%Sru0+S3lP#G##q-$ghB*fc{ZtfnASJPfCv_ywbs}+ctJQn*J5O z2fkFWl(|^KbSUz!(OscKF<*A!kZVcJH%?4s$~>!Wf1j?4H;Y$;ZZrlQBO0?Qm!CyG z^kXczs7|M(0rgevD}4?Hh5~bcvk$ba&(p}4%70zkOYeP-Li%EkQPP%4JEO^koRY(m zsiL-<7xdod?h0P#YrRhTFe%N$M3c6d@(5BVu?>l;8K{Y^DeTXBxM3~L3!sxisLsSa zYwnVq8J-A!1$|}<$yj<|oV?8^BfqDasP%9<^@^2J#ve8evHJb6LdM9w*Dvlvm ztxHC_0af}odRAaswgLIIxJ-{j$A_0mr&32)dmi%{-L{`PXqIXhFnhli@pK>`HGFH} z*22{K+jsR>1dW`(@mnRPW|n*CD*MerzZZu?@i z_MpuDjh#;As5^I`Ce{Wx@7uUh)D;xcuUWsBn@k|S}@;GBQx8}{=?a;dta1% z-|rk(Ul?Lav~{%k()7{&F}6K0Z;9fFL!SI9`L!svs3y=go3AW6GX9IPN2%jxtyMYA zjP4s_uaA=!)(zia-fK2+w)Qq3tlT=RT&~BWhu>LXnF8uR=8Uz*9%byY21=e(+pGbv zE3RFa|7PD2b`AcnnqLWV`XjJqh4TQ`6+Q&r=6ZkRO0e|-O160e^dNV*rkee^HXmir4s0e||XYG{Hri9{0&(=%-S&&mvm zRz_oyzXbpYiga>95KPiD7t{(UDFt#vqVZUuoHWP-kHH~O2qzo>EGY?c#1MR4EEWj_ zIeWsq2#gDZ9HyGR#g9d^eJP~Jsgp)8hoZ!0xK#oX4 zDl8HU1c{+BI7fsN5aju*NH~G~Q7G8obQe6@8Rm(1L&5MkAPD1(K_grV*EM4-G7I3yef0R8R@ z@T{YMH<*1q5l#ScAQ%h~|LX%vOG!yc0iA$qe)a*;e`#Q8!W{J98bn%}Fv$Ev zlaVCML;uiZr3hvGQqlq+})kRtwG(hD0Ge3I75BLB>cw v1mV3vkQUkrLzvFa`T;V+U~s@Qcm7vzusE0}?pJ4|!_KT?(mLpg{%3?vmc6ZST&FKoz} z1cCqx0Kxq{NJ9ez)+b?56f6OcKv6J&G(ruk0EH;P6jT&c6cv@=G9a)S!Q=n^W{aiZ z7+%(Z5eY@~#-ho91(iaiQW$QQB!UMOjUh3=!sHd?VGL|17l8@MfV8wg7`z9w3h1wD z0I;n;5d(nrQ4|!8;01s!QC=7_pvW+=2L5(X`OSf8$FwG4@RYyI!TJO|g>fVUsypsr zYYdq{C7~JdVE>B8H2B$$GZ?%V#T$UDC;?zYERMps0N4=6=nVpcCU{_&Ws@n4mid7E za_W$sNfU8~kZ>s#}g~wUN$2QL)|e5SYGPhWA$dcd-h0GQW3t zjwENDZBS6NEwcHf_$13?%^;Ikk4{t@7O>7m*}0|h&g(d}jld%wPG8yf^WRz``(3JAEvl-sX#+rA119_Dv~*>PBei)2Bg^)hac4c&(sk@8E(jNB z)z6dmV(+O4KNRb6p$uVJaEl*C%R6k;Eu_<~G*;iaMy)I4$_zW;qSYT9VnuoI<+V;s z^8Qi%+Hb{s9MxY91aQTRWmLCVxZdur=x8vWNawIUX^>@RM^RplTFpDEm3pg_=Ywid zWHPz4z4QZSHr*`$3{QWvn*+~MGT0uZO=_L`G=^*~j^Lq4!6#i?+xIy+$;EkZe!XxX zs;-)=c|cCIM*ul!vj^sfxkRKxZ?_eV%{WSQ5EGG}oGKMp8X4!-w-<#UXwtOpt8ypy zjSS|-YTTYdenSlPl(2~UMyQ@&6W>0E4%-3+5BC!0y06U1` zHSY^BUwY`Y?cddF8pm#rli%og@@~Tao9KuNU!T6V&FXQE!lLl)pqHNTNx8g9xgUyh zm)oxM#Fu}sbXT$Q1de(B<5{_2!|HZ(^&LsTcI1Y2jjkQ zwI{l_7CzEG7(FIF+n##xkcUmsV`T5FUfx?pFDin$#o{f{qRLgThG-U-bL zpHyS#&mGlHR!Jb3_U)!6*et^K@ViI9mK#ZHh_g}Yd()lbygwedudFX7Mnc`A8Xh#6 zi#>HX1lV@u@@C5odYBXo<-> zf3m_)TKbcXz@}IaGT;O-S;!i2VXzf}%3vJ`05-#TU{QJmKfp&2yDn8EkHv9YzPG)%pg0o2R87d7}-#m1g)XL497@` zBam!}DD(~jCR-cn0ZKp3|0YT%#LVXeKCQ2>hazJ<0A;3?%TMZMo_^j@mq~VbW)d(0 za|w&aFoS~48FUK%ixi zljToB_Hvs%y22u%jIbpltddLjK&7Wci}aK4NW?|$vbwXhTL>|Hk$6Zr-#dG_qXTj$nU$#(r<;{zCghZ|2%!6XU(yICt&;#KMMSnI_iM z=m~5ZvSzaey-dJm^KA+?Hy#AOZJiv_PH1KMk)PJ!AOT^q%u1MB-5hfk66{pfMCM4< zTXbgKgPHXznDk0GghTC8$*ZTFg1%;BxZrEhNDZNGa_1dsH!t5QPAai9F>6A(N_hcInoE$nu8X7M5)}LkCxbxhnL9qSvKE7_Q zw%+HC^1PB|u|mh4ZK4xX`QqR7^_k7Zw>?)lsFHYW2J$jn$U)={iN&*T+u@MEkI-ES z^_Qw}RRte8pBCxi5SQ(1DI1qETq8q13L(TcpL|6IXCGjxF2&T1(PMnD{46d@yDXc& z$Mm>?S>o=tP!G~BiZ%whT0fmR93MfxNUus6^{wtt1Tuic34TTlEzc2@3I zU-%z1$JQI)%NkSVTp!a#LdOuvIj99Zun1-1VM-W!8m7uAAJ*-*dvcex!oj>y znNOhSI^2;_&$#)mV<>?BGm*Pd_E&^w+1T}YEJf1xNa^btv-0aK6wAHbi2ghFHW}&(#DN?Yt^Al86Og_B+Q96+=i2Gxt z#goiw9>(8YSQ$?!H;>x&cm*DT$A)^zev*56#BW~VEoQ~)j9(Eg7HfzzPA+@qbcn;i z0AhJ2ZC{rdf7HzNj6%CY<)Rx_oR+!eTEl0DrO$)D@R%81xZX3+JI_Knr6!acFK>t} zxYmDkzGj|hU6szy5mAUvfFvCbIU{nMzlOC&s781w2_7ZXo`5R7V}DC+L}V%MKpUyr z9S6Aw3giyt4P;kOqD35=p%Cw>o^#ePkClCTcG{76f`}yY-4}Ym`-*!dfvaupQ}<`g zreP3Q@E+}?d~s>MguS;TjrC5V=|!Eom=lv~A=K3ye*}Fm>2)(P2^bfWBfWd%rcdq?X_vQ7gkA z7nf^NYm#S@*maR#=4het0Neb+I+Tv0Q|anw<<451ZCO12LivU4jj9*#%l*qgzc3jd ze_=TMszPy?Has+3U*TKvdPoPGg^j#0d;Y_K>dnuTgFZ>!A|G>7;4yQPBauoyuwyW! z_s1cT{+yA)k=3ED!5f2WMPF>M-Ci!tz0s_{75TOJ;Moo{qkcYW&g|(Wn^E9$*y^6|fwzvA&mn>bvCkqx5FF4Tl#0Ix(jNiIOP*CwqLnM z#T0TAA`Fe`Ir^OaeN#`2T)%+1fL=UDyzm*`q15arI82h`pj?F9KDnk-`3^$%ZB9Nl zi}iGGA3`pE%A3{^?at?I<2{64yIGknH+rxA>$vl(^XrD2bC>#PcrScM{RG-~DDS+O z`@`0j(LW+0iXxsB_Mip_9zh1~jC|&ZZwH}$Jac{Z)cxU=m(<>`kBqfCdin-mza#l}VB$}>vsh%Bq{x-qBQ z=jA%$Dp7T?Y82=7)#R%T;ps$Q)6>BIm>IrzHp}GK$Uc>^`WL=keXj^nuVq4NL$3T# z{vo`}ao1$%`_KxVjz{TXG~MC?cHI}cT;V<82CbUnL}RySU#~Q+9hloU=NlE?AKJfM zxbZmQNk$Y+ENL&-zN)<;hf#c1+yf6o8{Im?GuW#nnkBj=RuI{U)7Jxv_>1_iUn@G- z;n$JYVT`VHN4C4h4aM?3rFNj-7QMYTQzl41HQ7MaXw@oIeM6UcYv3O*e`>@&r)6`K zw@oTX%7}O1GUT${!PhOPwCz*Xr1C3G^XZx zOGgceqM;{vwLp$W@Kq%vi_(vQoau?HX(Yqnaqhc>P*U1&;0Pf5{0y? zkFPepYw9TEJm!M2tgBn3QBA%WCnC)PD?OJ>$48s|o2ov1emP`Ub{6Tlfv<8~=?Qp9 z@8u|pj-zGK;9H`~hALk}dgzS}r;93T7oG&a30??`Wux^Z_4LSHmBUmLZx&Nm-5$4g zzxE3mnrg@0B$U->in7K?#)yVo+g$$gL^mezKh;UKG_Oq;AI`d>V!lP^SMV3$ zOQKpw{A%kvO3K~_cCT!R4Qbkuo!|M5?R|XtI$yr|`}`cObn4>5!t4;b*)(7!=dvcb z68wPh3D-ZiHW$>FyRh*=+yB*1eFW%hQ^ljdbUO87!#`jG+kOgV= zvw4Hfaa&h6go9z<@3<@inp%sRYM2(sYK!betR0&$>Nrk2 z0oHci^xHl?lA2xCrY-x!dF%P?nD0ZsZKwjjy3!xc>)S(B*UptceEDPWBW8v2a{W6} zsLInd^MO?ed0KAC=SNePFP~z=%AFNi?X2MWZ->`Ee=JL|$PZ@Qh+NzHZPbSU8bd*U zDF6m|#cGb8}!*!uSgiN)*U$=II&2#mmbdSV!BKXb2l0$@sDA1t0q2H?uzi&O#y zgTr`IKoA%V>_K2C6=X6N0DF;8ml!iH3Qc8>x@as3P4)4_Vf+9v1&i}wKt3omiGT;d z?j#J;kl~3!qZvv92<(Anq#|R<09YPRpm<FBFODgF{g% z0GQxKz+)~jvY~b&lbMsd%ReNLomv0qApWNYva<<*ZK&>)9Z7@NrWz^Cz^1jcs8><8GIK%f9jy=kX6WD1Hz+35^S8KMM|k}|L` G1pOE7Xmhau literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplIntra_LapShus.pdf b/aarsrapp/KomplIntra_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..fe7fab14d2221167a331ab258a641674813de452 GIT binary patch literal 6416 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 LA|qp9ZV34w=A*l! literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostopType_fordHys.pdf b/aarsrapp/KomplPostopType_fordHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..89bfcb0ae95be033e8e74e00fc71a4bf7e268881 GIT binary patch literal 4567 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 WP^cI(b*D4xNKGA>oScb`DeON2GPAw_ literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostopType_fordHysAlv1.pdf b/aarsrapp/KomplPostopType_fordHysAlv1.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d4eb28fe384d70d77aed23502209ce50e9520c6c GIT binary patch literal 4660 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostopType_fordLapAlv234.pdf b/aarsrapp/KomplPostopType_fordLapAlv234.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4c6b0e80e1409770ce7a47346419a85ce649770a GIT binary patch literal 4612 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 WjgF_%H!FkIM6!oIiYC^ku>S#1?ap!l literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostopType_fordTotLapHys.pdf b/aarsrapp/KomplPostopType_fordTotLapHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1cca918d415bedd67b88ac273d0fbcfd912dd5ea GIT binary patch literal 4629 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 Hf`a@9$hkm` literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostop_HystAar.pdf b/aarsrapp/KomplPostop_HystAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6bc6a9faa6b644712ca5a5bb975873a50e5e1358 GIT binary patch literal 4907 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/KomplPostop_LapAar.pdf b/aarsrapp/KomplPostop_LapAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b33e0a824fc00518734f85e658c7143399d0a5b1 GIT binary patch literal 4853 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/LapEkstrautstyr_ford.pdf b/aarsrapp/LapEkstrautstyr_ford.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0ab443fa564e277f9200c337f22628620eba6606 GIT binary patch literal 4962 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 PfkZMbHEAO&W6=KqXEBN< literal 0 HcmV?d00001 diff --git a/aarsrapp/LapIntraabdominell_ford.pdf b/aarsrapp/LapIntraabdominell_ford.pdf new file mode 100644 index 0000000000000000000000000000000000000000..af240280f0a188e12fa930522b7c678749a42a74 GIT binary patch literal 4648 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 LNJ$x37()I7S6vF2 literal 0 HcmV?d00001 diff --git a/aarsrapp/LapKomplikasjoner_ford.pdf b/aarsrapp/LapKomplikasjoner_ford.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4da45d3564e8494a1106d2a69c3ab4db5835a08d GIT binary patch literal 4717 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 XZ75U>nfjwLC=@~+CMBhBZUFl)1lb1c literal 0 HcmV?d00001 diff --git a/aarsrapp/LapKonvertertUventet_LapShus.pdf b/aarsrapp/LapKonvertertUventet_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a71c3dcfb0cca33297be46cd76af1fc6c19986f7 GIT binary patch literal 6151 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 Io;u)v0DwC3ng9R* literal 0 HcmV?d00001 diff --git a/aarsrapp/LapKonvertert_Aar.pdf b/aarsrapp/LapKonvertert_Aar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1a5f91c82655e0d8c8d397ab299d01a5afaeff1b GIT binary patch literal 4823 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 GL;eF}r%yNl literal 0 HcmV?d00001 diff --git a/aarsrapp/LapKonvertert_LapShus.pdf b/aarsrapp/LapKonvertert_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9843b8e5759b9656b8d18ba6373cee56b9ff736b GIT binary patch literal 6149 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 L;^KyuMv(si7d2G{ literal 0 HcmV?d00001 diff --git a/aarsrapp/OpASA_Aar.pdf b/aarsrapp/OpASA_Aar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..28b98552085c2c3fcb6886fb3dc3a7af1a58e159 GIT binary patch literal 4859 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¨Q9psu$$4^=%A=7uTAVHsDs2R`~PS3G9Tl)o$>dl~kk5Rax!R0Tz>aTG=ys z$kb1E4~6VF^GbJ0$BJ7mIW1o0f0oylY0+l6mYU^nXTn>;u?wqJUWdh1KdVltF6zm> zw(P1R4dO#!48{|ynmgg+{UhNWhE?vc>u)n{)7NEGHMUIhNO=%~N8|V>iyqlewDkw> z5zcLHgDy8+?$vovis!m_&J5fsz8mbYSfS*s-TIi&8&Mlwi}ekYt5H$_hcqgAxml&! z4_?1jxf#0Xk|>y9)Tye{fGc|y|5EOSS_5{anNefOw}vFhir-kqjK)56;|AKF9Tgno#KXQA~b_x37YSHzSP?-o%%c|23r;~bAJ-Qv%;e4n3t@+x)V!-v^nbcQEzf(R}PsaC8IFW^E^|N_H zEeX5Vw?sqXUn|`f0PT|t+8S#fZBd%&iAq@=%=eAZ`|}cCP@U0zhU>>(o$8XI$%1v< zw*&V~$I`P)J9SQccinw9JAUCo;2sPjsEPRIy0JH0k#n}}!He%hE0|Tvi;b@iA{Acl z*Y4Ydk*5_G{k}J6UEo)4T&-L^p_3Il|K;$;$Cc6~tNc)wt?2dLe~sGezs69|pGw{c zPgl)YJYC8&#@4^S9I$vjJQ@2F0D%p$US1fwd}ru$7XXd``(g1^GN7&k_NNjk7#zln z0)oQfU{3;l<3J{30kAg-6+oYHQD`b-)J0=SXsVwV4igA~DOj8*9r8n=Nd!CqK1aeZ z4C$UIG@8B<0D(QR^i*Ul82~Hc2^3F^7XT*xC=yMd{Bbzc-*6u)-Wx@t`r%Mi3IHZ} z6Yv;cdN$OL$YjRk?)JA;#*bP5=OF&aF5`z10NYZ}QGTp87$99@Sfc#sCDGNvkG}k2 zV}ij2U?^BL3IzVy7l6^xzpp+5Nf<8>1b{+8kY5j=fMBh&VU|Vc3hJIfFY>M|H(A62EA7CVbKmq6ufAoe-L6ImwIs-=_)IrkHMpnk4 F{{kJ_Nxc97 literal 0 HcmV?d00001 diff --git a/aarsrapp/OpBMI_HystShus.pdf b/aarsrapp/OpBMI_HystShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..54782913113f1cc94438f642cc62c13a9646f716 GIT binary patch literal 6139 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/OpBMI_LapShus.pdf b/aarsrapp/OpBMI_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..c4733f60547d789bf50884507d5e8ba4ff5064b6 GIT binary patch literal 6223 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/OpBMI_Shus.pdf b/aarsrapp/OpBMI_Shus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..fbcc52093d8c5ee8b25db1c81deda8a6d8666ff8 GIT binary patch literal 6204 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/OpDagkirLapEl_aar.pdf b/aarsrapp/OpDagkirLapEl_aar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..df9af77ac741283c1a60a9be631e7c421c1949c4 GIT binary patch literal 4911 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 M5Gg4m8)L|S0AONf)&Kwi literal 0 HcmV?d00001 diff --git a/aarsrapp/OpDagkirurgi_LapShus.pdf b/aarsrapp/OpDagkirurgi_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..38a9cbe9074206ca04e6df000eed0cffb3c44d07 GIT binary patch literal 6268 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/OpTid_HystShGjsn.pdf b/aarsrapp/OpTid_HystShGjsn.pdf new file mode 100644 index 0000000000000000000000000000000000000000..377e7a131fcb20bcd1e8a987cfcd17b63ee80304 GIT binary patch literal 7767 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 OD2$4aPeoUi>VE*{nHFpS literal 0 HcmV?d00001 diff --git a/aarsrapp/OpTid_LapShGjsn.pdf b/aarsrapp/OpTid_LapShGjsn.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8a4f17ed7a8ca4b2de7e4fe76276223b12696a66 GIT binary patch literal 8229 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 W2~IwQUuwyS!=NC3ehmXn(Ek8aG$l#^ literal 0 HcmV?d00001 diff --git a/aarsrapp/OpTid_fordHys.pdf b/aarsrapp/OpTid_fordHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8061eb158dd66e84c06a5269098dd3b3920bffb2 GIT binary patch literal 4786 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 X-cYC*GWADi;BX`YA|qpLV*>dPzn3Kg literal 0 HcmV?d00001 diff --git a/aarsrapp/OpTid_fordTotLapHys.pdf b/aarsrapp/OpTid_fordTotLapHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..172da272c8ea1dbe02cfe3a13c7651f860d2d5b1 GIT binary patch literal 4807 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 IFh@fE3oE27AOHXW literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad1_HystAar.pdf b/aarsrapp/Opf0AlvorlighetsGrad1_HystAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3ae34c8ba45133bf0b5473379f3917fd445c3a23 GIT binary patch literal 4906 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad1_HystShus.pdf b/aarsrapp/Opf0AlvorlighetsGrad1_HystShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..28d06404209544b1e656058805fdf08ed3943d9d GIT binary patch literal 5964 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 Z|C$XB55?ktO-2R+fdB*rwT!g^{{houc=P}O literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad1_LapAar.pdf b/aarsrapp/Opf0AlvorlighetsGrad1_LapAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7227881b6f620671cdacbe2e304a3aaac06f1313 GIT binary patch literal 4860 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

!_(=is_x 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad234_HystAar.pdf b/aarsrapp/Opf0AlvorlighetsGrad234_HystAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..e6cbffc39db10e81bb0f490088d9117e98ad0fa2 GIT binary patch literal 4887 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_HystAar.pdf b/aarsrapp/Opf0AlvorlighetsGrad_HystAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..52048b7fb17b1de3a960e4d7ae875c84a8dfd35e GIT binary patch literal 4887 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_HystShus.pdf b/aarsrapp/Opf0AlvorlighetsGrad_HystShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..75015d8c8cada913ae4ac29740419f952600e97b GIT binary patch literal 6079 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_LapAar.pdf b/aarsrapp/Opf0AlvorlighetsGrad_LapAar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..aaa97e250bd74264942026d63f06d766ed1e1fbd GIT binary patch literal 4867 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 OYMKyPStCnh$o~O$_++L4 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_LapShus.pdf b/aarsrapp/Opf0AlvorlighetsGrad_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..14d0b424a8a27853ea8b4351150efe99de1d88e8 GIT binary patch literal 6344 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 Y+qI!k(PZj&WwbOA2#BJhnS(jxza-xH5C8xG literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_fordLap.pdf b/aarsrapp/Opf0AlvorlighetsGrad_fordLap.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b701c16bb3503bb3e96f94660cb39a748fcd6ed4 GIT binary patch literal 4664 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 TiLz4}q=J$XL_$K(Tp#jZ41wxg literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0AlvorlighetsGrad_fordTotLapHys.pdf b/aarsrapp/Opf0AlvorlighetsGrad_fordTotLapHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dd77da25ad6b956a6d7dcce96166335fadf518ca GIT binary patch literal 4697 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0Reoperasjon_Aar.pdf b/aarsrapp/Opf0Reoperasjon_Aar.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4985136a8b93480cc4edf53d6eab5dbd5268609f GIT binary patch literal 4884 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 T;pb%Jyu*_sfN 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 DD*0H9 literal 0 HcmV?d00001 diff --git a/aarsrapp/Opf0Reoperasjon_LapShus.pdf b/aarsrapp/Opf0Reoperasjon_LapShus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..5e08b8f2361d523476dd94db18b7bcec8ac868fc GIT binary patch literal 6079 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/PostOpBlod_Sandnessj.pdf b/aarsrapp/PostOpBlod_Sandnessj.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0f10d59cfd59c24faf75af56c78efd0083f3577c GIT binary patch literal 4886 zcmZ`-c{r4N`xiwL7>?35%xShy)axf(2wys&FVA21P)Xp~{LXP(@h~#DwVl|DIXlD0sS; z1#pIh_H@Hx$bc!8;z^~@-ONZtXDS9uVw@u6q4EeiwwsH{fMh|MnjkE}nNbD&cQpXS z%Fh!EKy=U)G@j@RK+MptSTdkMH?RQy>!AEE2ZkNPnuH}#{xXN?5D66eCmBHQxp~pk~BOb%xS38Wc1Xqe1pn^aG5Ir28Lcah+4^Qt63X35+V;NvQ^P?lZB+7)l;eAZ+-WwYmDC zJg9&Z#aos@|52)wl&k^sc0Vu^R=z5mW=%|?w{hB zFUi)0Ke1w*96hu#kAmaIjaC;qktccgC~q~K-Rqjxv~+c&BU@`BRUe(Szdwie0BoA8 zct96a9_pT(oZQhaFd&fpNkiS}kLljD9n$l(Rk7ml=O(A7gIP2qc}GM-rFxlfJ#p?1 zU`cYdyi<~Nak^rb_Kdk$SFPtrUdyUsfRL)TTVs__`=cJN*$Qdd0jXjK^{m4=V+ZB0 z$9Ebue(Xr!Pf(^R!4eV59fx0`y_wuwjfIB=_$^@bcF3Ee>befz*V#zdjpB2y!D4Nk zi;_lP#kf9*5#b7xi6c`hDhEgX98U3brN1?59(K^~@#EHV8@QH~)M&`$5JB zejeJX+z6rW&wOh~C13i!vG9s@?$mIsGzK@PR(sAcX8$Eyn+=GS#MmZXB!U20|bb0+Clj|zOOe80{)t?a7F z){sAIIFZ`7L3R{qKNn5~u=iDub=Z|V!137=gBYKgG9!_u(TyS6+EDU@6-L85 zShIFOmUh2Y{$~lvoQ<`=+%w9`{n1^kXn#KiT?gn;%9}4i zH4#PME29ieOkCC_o=NHf=zR@WC$ zNb%t##0ZH8!fRhU$}jEzj%Yqobi5)wR;{=deL0KkS}RRX*}tx*YhY@1iy7UduU>yT zfhB9BC5R>ID8<{75s$hR0&AuY2&SvNm}cZ8DqQ@XWp!VP*2&6AIQ~gNrYw3MR8( z#~u)9j()@09lN}l{qPDkZ9!G3$4Si%Ry9bL5>1!V2>9VN-7I;t0VA7yu0cFVFjcab$`Hgp~gZ5N`M>BA-{Mw@Ux3GpFa1s8thSj@H z(6P0-ZCCjWT48OMK|M?Fr;o?!jPuvu`xo~xsO8UJ{}=cCNjVTBoHH4)0~l0e0XWbp ziAbeW3k-mmV4ZPjZK5w=2c@4WLJ^GD;cx83V3%KPLMK6tC6)r%LFhD0&w%x%IDjB} zbY=q7)ggLt0LBQi%WV){U&}H!4*}M{!i*- z)byMB(o=k_EQbW5yX%ze%x)fvz18FHX2Gm~uueZw{sfHukm2(iOcF{cD^HYpV*Y-( z%y>wSPGYGI>4F+|Nt_RZTPKlMPuc~1 zNyT!htidDHh1$toli1}CBhpjXRCwy+6P<(vXZCMZ!|SCm;S_@?trp^kQlWseN=!00 zN93o;mdG_K!vak&p-+tJP2&eh!2aY3HvctMPil)YutwItrSiSBNb znYiW-D5vtZW0SDKRH5@C6C@^=?r-P${5*u7NT>}WRgh2*ut&X2f3U;1dp9?|Qye3L z7llybTTNeVf>IAMJG}1*bY}FH zINJ}Zm;m>;nV7v^PO$MXz8iZ`fFNH;Mb_b4VZ~0; z4_K*L+=y@`&%=~Z%s2wcCLh}Fw0C5W1(Y)*M0Od}p>-%C^3@@Ji)ad<^Gf7Nr0osi z4=nq1xXnav?U&Ti)@SC|n$NO$Ao4J3F56|+ZdQhJq=xCBPGy$48_zbsKie@Vdw%1E z$K3dRWlpBZ{Rt6*jcv7=o!!Gp{01P=C$Sa73`K?09VldQwfgSC|wFy$0N5`Za%(G6|p4cn1%x5jvFGD$DZ|<8PV}r0-x3Yh9r^Ghf7v-hD zQpn@jrhm2grTK+Cs~n2er>MSi__-lH6)P1TzcNzX>b{R>_)a#*OzKRS$I9%;xXNIx zA|9GzEvx&f{d#lf=a2_=6!Q1=Sm5%?iEiQLviz~J>4xQo8HU$hd-2PPW()VS%zj#j zZ=<)V+iK^)=So` z$WDJ)r?V6BC71JDtI3(HGM$;+E=&}tDJik*f%7^npQ1?pPL-_Ls0pu8@Ne-q_mA{n z@ZVf#-#+>M_;=Cmx@}8VRo0`d`&f%vD-W(joowQ3a)|mKRdOx<+NF4&?~q40 zP>HInBUt!2_#|8j-(lejlec>vc#9~x@%uv z>4~1?{b;#B9<%9I9;$rf^SXPK7&#^zTpoPmr_xX1Js0+jgiMDNYPCL34h=k=o3-!s zo6}rjong9-8b>|#onC#pQM-00aB@%TK?Gj6uuZGq+Tv-JOp`pr(|Z+m6?}C`B|D9^YrQWd zufnLH3co17$eY1NWFy{OdJUN|Jzg!9EUjVaZ8Dmno;sOfk+^F0T)>JWqhPyWAg}%` zhsnFlFR~g^bs8+U6YqFg>2v3^@4zb**5J`)9c8g)x$SAU7wnZJK|G3BouRlVwatj3 z?*5RMs3(r_yHhEaNo!Kds+;;5qzow0sd{MDq+NP7aIL{H^g^RUuU(eiZ&0;=U*9843fd+**a-3Xeui{p>gZB|yQ z!asNyGb}TRtimnkKQs|H@|6@cDmIcc93xH>>bH_RZIUkr4&N-tKJLiIcUyN@PYlez z8>tkPv61hFh`$qiQb%UPoM}tAt#&r^UfG&gFm>ph8Zc9K85|c9`tPX=vQ=eL>Fr9*t;{WQi0NtQ;u7{-wXzlQVW_-$^Eq7>G&|@ z)8P9J4&_%<{9(WTjaG8+;)904pM8tiCCcFXcN?J+7suPr%!A3};CYXqwRe1Y6{?p? zm*h^}37Y+ScztEDAl@`Hh-EWkZRcO3w#x4@6!e$O*Co&;HI6{n`HZpkzh5>u!f65- z_X_|)P&gMCEM40(#Je4UP=t8k2vjnlq6G1x5-C_b)`bFsArKH}B7Ge}CgT8zD+%pQ zpK;L`Dr3~e;7Ay%hYKF-3qUA1yfYp0Kx0Tm0sy&0!ZHl$o@fk)zAgYkoN@G2WE>fQ z$P;D?W|6FwJDglTk^%7-w@4*1+65}k|gI*F{9qjhyPaAzK-WyB7VbCDRuf70`j{bcw z;!DE1fS>>j27>;603}651x3IG_>IBo+aJaQ5PoAYCAtp!Uks)I`MR{IT@=0uTd& n3z4qQ82x})5Q!9ku~gda4Vi)_QFc3nP(&g@l9IZndZ7OR*J@_S literal 0 HcmV?d00001 diff --git a/aarsrapp/Prosedyrer_ford.pdf b/aarsrapp/Prosedyrer_ford.pdf new file mode 100644 index 0000000000000000000000000000000000000000..02e1f379ee52ef8d10e4211e0f0bfd99f87a3a9d GIT binary patch literal 4907 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 F{{ek5bcX-{ literal 0 HcmV?d00001 diff --git a/aarsrapp/Prosedyrer_fordHys.pdf b/aarsrapp/Prosedyrer_fordHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..90e92ce75addf5781da303fa92e15f74389bfcc7 GIT binary patch literal 4943 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/Prosedyrer_fordLap.pdf b/aarsrapp/Prosedyrer_fordLap.pdf new file mode 100644 index 0000000000000000000000000000000000000000..92822bd1dc3b7a4ef73aeca38d1bc367bcea721e GIT binary patch literal 4969 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 Rb_SuM3WG>V>6z$5{tubjlk5Nh literal 0 HcmV?d00001 diff --git a/aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf b/aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8b1ad43bfcc1c0c3d63cd81e8bfbe342b1418983 GIT binary patch literal 5265 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 LNlKnJ(S`jF-)07q literal 0 HcmV?d00001 diff --git a/aarsrapp/RAND0_KI.pdf b/aarsrapp/RAND0_KI.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dec4431fd1175d8ccdc2b79cd361c65ac33e0025 GIT binary patch literal 4867 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

%lDEh1KrjgJvgiK z^7&^RUZV%E_DReo%^p=fw7`!Nk=S@j1z=lY&)rM#Opdr5w+S0mccUjJ>{ zdZTozno8;!x1|aNR)5IqYlz#tzIHeW`Mun622fF*Q91R+xhecKZoK@s8h(2@=;5^J zH*8Bpx7O0JG2J%Fz~i8r)4I=={!m(GQH$EiZHLXy4e6|oU!P5#q9G18G%Wj;z z^JsXxZyvuu8(#j7ftI;CU3+L2Onoam>#<#*;mt2!yHLJxQY|BB`rEa;Skub2S6z($SVM@ zz%LBJSoJU;fbd?>NF|0w`Uj?fV91*P#uzK4f5n6S zj~qw@{9iecNX5VT(kNI05l>-kssPY};D=}27XbB1u4INfWA+0yCzELabAzOlSvihWyh literal 0 HcmV?d00001 diff --git a/aarsrapp/RAND1_KI.pdf b/aarsrapp/RAND1_KI.pdf new file mode 100644 index 0000000000000000000000000000000000000000..19ddb644e02a21113e397ace2c5461d01eae6ad4 GIT binary patch literal 4793 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/RegForsinkelse_Shus.pdf b/aarsrapp/RegForsinkelse_Shus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..855e3e337ec33ba9df884fcc1b2323be0134008a GIT binary patch literal 6225 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 ejR%tb_+PWZ;h|XkugS_qgq);ES+kXLRLB-3 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/TSS0_KI.pdf b/aarsrapp/TSS0_KI.pdf new file mode 100644 index 0000000000000000000000000000000000000000..93578965ce0b729e6f3732a0056392fd5af0eee5 GIT binary patch literal 4843 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/TSS0_ford.pdf b/aarsrapp/TSS0_ford.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1fb36ca1d93e4695b13ceec01c1eaaba0e7d0cc7 GIT binary patch literal 4843 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 literal 0 HcmV?d00001 diff --git a/aarsrapp/TSS0_fordHys.pdf b/aarsrapp/TSS0_fordHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..cbeeddf335505874d0ba5a636a96816476a47896 GIT binary patch literal 4876 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 Z-QJKXND^hYGjL^9HHehdX>&u!e*hujZ;1c^ literal 0 HcmV?d00001 diff --git a/aarsrapp/TSS0_fordTotLapHys.pdf b/aarsrapp/TSS0_fordTotLapHys.pdf new file mode 100644 index 0000000000000000000000000000000000000000..cf011b378333f0768e16fec286870069ec84f43d GIT binary patch literal 4900 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 PQkKveK0ZwYE$aUR18)9q literal 0 HcmV?d00001 diff --git a/aarsrapp/Tss2Behandling_Shus.pdf b/aarsrapp/Tss2Behandling_Shus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0548eea67da62d3a071ec41003c5c1cd57a3b53a GIT binary patch literal 6206 zcmZ{oc|6qX+s8?Wifkcb>=MSvjGeOY`@WAcm>M(8l6~LTLy0WeLnN|fC)tIOElMd0 zk$qpvGt)Vp-+6xLdA_gL_mBH?U-x}o_x0EN`Un`QX^4TurDz30=R)U0387k`j_22`LF_3F#YBAn-L>pg!8=|J^e~;E=>q zCIC$g)YBaS!vYNPI8Qu|c+3cccEQ8o7}BnkxP-VAQTvq(O_HwBDk;&zQ7)t^B>%1k z05tRUgad%8P#hGAb^`#7pl)z1;07_k1n{2&(*HU@iX%m1;3(W*;XqY13P)UG0W!ai z15MyqG#&#Z-Y4~6_mKjAw?hw(a>Ka;Bqbrz0H6i}i6g!MsDUIlM-2``yTD0xV{ycu zdC>Y~ui6Y@IC>e{=C3WxiBySj>Jv_j=E4!SI{gq+hKw(OLo$x*wER`cjm$qHe4|@# zZe5UDSec%ty!8~BFrdkGcCvapG3V#u(Ta77&owQ(ct_V@*7kF5@Cz#1k0a`|?=cuy z2Q_(gwX4bdPqzAb2?njX>ey6lL@V76(73O*kCo?Rf$O}|)V5&L8C7E_l6?B}ZZZ|n zK16EZX7uRN!O8`M_L@;O;ZH8uo^9^XGmUdx;f$=*Dfhf((&Ii(PJ8Erm zXQBDjDVc9H&T5{^&0??ImBsF629ARImxQ_;`qiuzzBOtVd0d{Cr|ahFyTp@ZV%U{h zke->i*e=K12`BV09MO1GB$y%X414UDv^A|0Y7JuU>q&6k8%L--~xRwSExp->msZHc6*sMx&aydtbMvZVI2q>h>YSv)U{6IqJL zjbAVtRPX6AmSTEGrT7H4=V_9#Kyx(atUqIW1q?Qi(-8V5BNw~vCk!zbVe|GH#ljTR zY2p#Qvr*(xiSw0$TOKVbQHi#QVg=2zGaS@wda;G~#x2z!YQ^6A;m;;5`yzTS!qGQ1 z`=j^jcTA5@X;-HqRkIrboV>jy7NUCj*6ADNJ9&9u7w&)Q{;Dz9emi~0rX?eIbK#4c zodcn*)um4?`DnMhtKKdkFllzKt9{tvR5;aYSgWP0{m#Ll<7Vf%hS1Iz3>JmjfxdR} z@x5E0jlDvuIq@-4Nn2Yo19jApC1WLpBn*XB{M}UgKMDf~`HzANIXeO+OqBQrin8@I ztoZD?;oz<`{nI2A|L}-`rKK?Tn2hW0zzda(EMbM6cb3AosmvomC7cuCetuUz8}gkX zB9s$1N*LOhloO{*K*ySYOt+?ToQ&AzWS;t{OC*7e;BIjGO z0&EJ-2VTk5-3;Uk)!5^;9nDr7e(9Kn=bJpgu_V9Y9_8WrO*wWO7-;g7r{r1be(mYR zAp2~!TObBCbHazz$yQ&s)NFY z0N(^{fTYj)g_Ko_%}$G_UFGV{Av{bXcCSYg)ih80>fjLg^?)$33x;~Krb&krO^u2S zB@cDC&8hEP8_you(&Cj!QF>dsIQuAX=Ch6e#E<=jN5rR%o_bxP zU=;#~#=`Gz95yww&-nSbw!-g2EE*O<_UIy5l?O5$Kea5K9u`RZx7%%q=r;9~E`;$2 zQoWG&+iT~E$a%3?cU|;@5PRsYt0j9nC_0eH%kigef5EFf!ol?()lCZDl+lOb#2!p zmxmS$(5i;jwaed~%G@tYXgWt}>1EgWvnm)itu-~Ilk=K|)(i+i4mOv%>fhfzd}i(C zAz#*Eu~R+fOLpWL6187`&m(L3_PH0e7xhZ2`-AiB_sW*q8z1*i6upnkS(X1b@Y&Im zztd`|^j)Ua0&0>i|I?-E8EJ}*yvp|qYqv2J`?$W9!pFUh(>QJ@aPlle^3Xz6Q5WVN zIy(R3ch!u_i1V|voJ&)VEN#axnV4~v&KEAt_Pam52`&BJOkS~Xe8wNDFJ@y^Yek&E=^l;ELPEQ@!tZ?(9duGAM0e$7!i`}#a%szeW zsx3QfDFsOcbMrPfjhy`zz0&DI^swXCoNAVm0XxD}UplCf4VCqRyZ(uD(Su8!HlB*7 z)8fjmQYEytI|*q$@?3R_OF<1+v}h&TUR@p9@Cf_-qqU@J1%BT;AX5G?DWP7}+=Mci zs-R}AJ>AIEqseiu3MV*TO0R!7{`$(L(NSgo8y@41qcB03%!lxgr6#Ur{J zg^iMU&8P7#`2~PLF1o{FGKH=9`ET-Hv)+)`TW2M`ojiod(Jd*^x3F+mUQB(-C_N`J zJIYl#B;5`IdQgVsJ9v3MJrw4DMQ+ve5Mq%+tYqfr&vRBrT#!dtCBWX|u#)f94& zv%6>nL^hRK)bmwal-&`G>3Tcc?JGKLzRc;XOm?mOm=-^m#rsr^5^UWnxOJ$1Zgcl& zDM0_rp^C_Ce&(CQ`SM|>S)RVJ7{3!#zRHJ%^fMx}v@ZCkjONQ+$JB_m=7OMrIX&JS z%a*oMnNn^?$kS(5ie9@ec=P!HTmbpw=Z}g$`Z`iT1kaQ)TU-L_Um3s7NR3bBXtxrs z$2?fhTnGEsjdUMc8EstSH}OS^bM-)$e(}9;b&A?Dn~V$?0DKZ7f|Y@bnv;( zT_@a6eJSj#t!yFZ>}?mkqiL=B)o`UFg0XbAcOjU5tsqFjE|t}w=Sw<|b*t+@l^ic2 zwe3WjuGF&j!WGewTd>u;2%}0Fc^yvCKdb{9`6B$(=K_MLU0c4sy=DEuB2eCweVMG! zDq9-tR)45WzfpePG}{t99G)W=<~Mil@-FSu`K+9rXw!9tu!cJsvGr%$)sMASgDD>n z21PwaAD254PWRf_wcNd1J(|DHp^n`W&Q}<)JQ5LGvsn3=vh&1PzCi9+*(|MeiAZLD zLC#-{MnbSZ5$QLh{fTBkU4#o3U<)82nF+w2h;C>+5y3zJpg!CM0aZc!0Bj|QdteDE z(r^C{iX&0jZ|Wk#BFq$y1K0wIxJt|b_rclI0yT&P2T)J|YDfY=q)UD=AW+>0r)i2K z(W-(1={jOcBpPGt35ESqfLIev6#)2m_WGm^I~^QV!WFZHTi`N zG72QwC(oK1mCFYjXEM$NOeG*Qm=0K5o9FY2h(=! zto<^Ime~UJhW!s;Na+tt=nV5(he=x8$8L$*2JB_P>1DSiBNW(QV~6M98((IG<`ZQZ z+Y(Zo*jX3P9W+X|3Btm0+EF)q&|jXj2N*!egzwFWFJMhwkYccV!jfTP^S)%CwE7)4 zMuAp?1g6*Y-NS=6;*9(yG3Ofh-GdTz(usU?ps5UYYtGLYGFQTh zHM6e=do{28l#Hy5gol_%oA7wB{Ylon{kv%n5y5NhYTO5%dzL{N7s;xM;dRqT(H;mE zGW!*BqvjvcLry@lxau}MU7#0NQ-Fg>*PN)^_41h+J6-bJJJ*0q>qohC!K#h{1e3N8 z>tCTh+xKPe;XtYm(kNHIVzsWm;W^L43k$i?2i(*@@m!Y~PWanmfT`+guZ#5ndTDjG zeM~Ww87fgX4{|dP=sSNFO*f{+zB^zTNwYfhnCHsPATBat5e5K_zsvQJ^}zEzniPja z@ozF7J~}3Z{S35h(EHhUnLjuQrl}^`z-T=DJ@droj1+)O{U*ioO^ziBrk7`5ykuw~ zqyI#4=9X~GSuZEhr!eMZay0-eb4XntTWVN^lTaxYK94~v9OB7_3x$1>lA#t4eeHC1 zhTKGgE+^#L2JPU@OA(QMmsm`qaRAjm&gw|3WR5Qsl&TCyoT=voR8_Rju-sh9Gb!aP zi(1ZiU9w#g#$9P5yQo^9XY9^+#NtQICqYx(VN=C`q^xl=lsT6a!P?QkAt}Qx9#;SI zfhR@4rL_pd&h$?VR zzI%J)^(Op4BY-~WoN`hwk1$gL&9ewC6%nXd{=E?m8Qlh5pIiKlyDHY!)RYnJtFHUCjrtLkyYUJ;#nufAqpjp}02Ff59; z^M1;3sml(i7zf7xzza0(Hib9c@ayq2_KWme_1oW}ITHQB|KsXW>yasy92E~0B~=Ag z{l(2F(N5-0`=}pLm5B+7&Iu4UJiDT##SJ=%VQCb&?T!k>OWN9X)Cn`h3>%QtzwyDt zZ~6kHMp_qC4&soE9=bY6xzIcmEjDu5;Ic|QRXm3thR(?7UdBXs$K8 zRky82&2s&by9fFa>Vtb=ZX4PSST|EQ{&k^m&-TIgmBqxy3C&&pBhhnAUrkrBvz7$u>G}!p0m4UgEhBP2c-^aWYo|0)mtQD8(bL;vDuGNa14BRuNGc4n2#h_3|f4iTzNlJe^uC0oB-s0&sE)urG{ztC#B1$e{V5@ zS{m2KSLs&k+OXSA+ry3O>XrlXI=fnlmiqn`uB*lG-ZuL-SAO4|8nY-dx3t+uRXVK? z`L!PnQx!(V1wIUvJ?4UFNbdy?9W^y-7e1-|)*19U=v!zEMc`1<(2!WB7`(!>ya>PL z^s3|atWWURhaO}(x}-jx>r6C%G*@ue!Rl`3t!V#0s*-90-45(MsOt)gn3nB6%1%5O z6dn4$&N?yJu<&8ye~rd)%C+-#)>_~mckzKp?Ib^X?} zV->L#z!vlda%6gYF@W&s+x~ZD-;cW|&(9CDCONp+e{cHY`2_niC~uznm|KqODwTXR zXLJ)#-hPceM>=3G?)br&Wou z4@>q+SBLZ#<6!J3u@#Tg=7-))HyYQUuU}Vw7_@ZAwzIibl3kx`o0behaifHH51xoalj)Oio*X6d34%K;f|fSqRVz zkH*1~a912HNJ44f25JPC!th_)&%&;>zEg+*WiKyefr=K^;H05QLcgb~RfiG=<`cgLgLpcuRd z5{kzGfM_=~3Vw%}4f^Y5EQ#Fh|KSJ!V*TGB{-+`QYZ3sO;+=87{9%$v95D=_9>kJ} z)4{L4{28MKN8W|w5HKh$@ONJTq>ld6KlZ`EU1=o%AP}v@-yZ-12HyY!TmgS;l0=uB z^Z`(RYaj@54*K7kB;>}w;v}U(#Np<@;$$R=^TmH_U}9L)MUe-^mz5GG>^?mVMt6%9cG@BFElXvhT@~EsCrm zWX+N#&rIiZe&_j}=lQ-~^Lowwxv%TKuKW7yeSi23)YL^lq7sz+!3)8Q!9&5LHYiFE zKn#F%ct9yHPYF~-!5|nHBti{>fdK^7Zh^(XATbFsX)$SW36Qi9B~TaX`2X&ixM1M; zEF*vh3gUj>1&RjfV=?Yn3_i^Og>=M1VJO0`gs7OP1YY}93rUcKC~x1UgdrRWU4Z}Y z1^_hiafbnbst^nWj&ue94Is`iG(a35Us(Ju(hZ>QYgx;XZHO5yATd-&>=@5@&WriueUUj-Pot!F-c-z~Tm`}#%5 z&S}m1*zB0ofy?>YI(i?fDE?6{R55O9UfkI5>~TiAq-E-Jhlz=sRdG!t`qRMqwEFYG-?Xyz$a~3}jxJT<%T;&Y~`7LcYzG-SHV~ zcD|=sZ?Hgb*ZOKW{5mx{q6RXr*BEUt=V}RybbQ9RnZQTd?myzARo9=XqEjfNTv#kl z_4t-<=cgaJwh84g<(UJQg5~E~^_W~Wcp7TtPOA@D+X%_w?Y-M` z(mqt~6c?#JbM9Di^8F_H(i>l@x#46nKk6Y`!PWYsnn!C7%9eB7{%B106+d4Zm`ZPG z$ny8;O0eeH-|LSy7FBF%Ew4CQnOfgUHvAx7YPT>ef?4KkmLozq;L4I$eDCgi6o@Jo zK7Jgrr@Gn)a^PCs-%(l-CK8DMzO$or9XeUW=kF&!lJ8t2KfJye9PoVG@SNo8V9N(o zHa)3pi0BK02uM^2yZ_Mhb8=+d#wlO9tG(w%^J&FNoEY2AXrio?m@)mZJa~o7iB8G$ zQ2%xJbpON(@w|_cHy3?2c^Lk$W&mPgNcZ%-G&<)R^L)R@uH4V{CsLw6;L2*^hhamG zk$$h?lY#G?DWjXn>g}x_KMp9)7~j}UqcH=|{VbxUpbN+<=FuTnlF3#^rO+nF`3AQi zfMYThwLF}~+A5y#EuLC6+?AF8Fy{Ypn~wgSFolvfV~8TARIiM6lK5bfc-US1AZWHY zcDBc1;mkib&+6^h_q$QVQL0;-(CvlL*>}Krs-Cmy^o8zIgJFgxahTXHnjmrIxEK$t9xf89`-WanVMs}pBX=d{eo)O$d;^dGYLq-cAui>55H)p8IuZD8)I^+)TGXtHp zvcw5h_z>nWM2wqw>NVSO)FCdZNqJK;&2 zg)7#dEBBr)5Vxwxi=EXyaKhb#r_88R_Dk}6Ec@qfs|8xU`apFlpOr6ofOfFQ1XhxG zFP?ukE5%hp6^}W2ugJPJ5YT?b)fRPP^~?) z3bkYwKUc&>v(HV=%u3vF%_fL)n^L^w^0oZ{1rm$WA5O3C>5mz?B_a#F-*^Pv*N;7v zwmrAgqP~5rAw8H16xv$LSDa3v=(C9>{m zDbtU5NSY49@WR)i)Yn3zA$3{8zON@`Ti$RCC&3ZD{!1)d9TxNC>&z~ic7LW z(Za|s$rYT}de@}{uZ;Nh-dZL0Owu|2q^YC)h}zBi^Dim8JoWOtj~~5A;U9K@AC%^a zG>(n2%ilv8CXDM`Yqmn|$I%2biw?s3aCx)F)bjFoZ4Ntx9bV>95;;_a)V}zn;+6eUhI^9taZ%C_ zU&qVqWU-}5a>N7Emx%cLHZ{h#ktva5e;9IsPrY=5)xo=uf@u6a`huG+UY&e1)ayvb z_U~WJDgn#y-TEf1lN_rD+SOMTWK}SLmA{r=Bahq6a239owWiox)&9L{O{zab&+Ws5 zv;LB;1CBEFnwdxPm%c2_rS_C-O1NKW#8rV)U>lsEHYfi`3B|=Tz|}ERZ-K* z@RjIz^6p-KeSv0FY9sO26?U{232t7Ynlng2IxCC!-p&rAIYZXW$JTi8%1xsFExH?x zuJ)-@?H?I%D^pTJTbCVQad9eZ z(%aAUo&ot!9rM5tN2I~+?sZK+EP49A6{S0eAWgcCpXwp!HL*2)XdZ zhq3F9i}PJQ^@&Yg*!a=zyk)2~vo+&QH!+KlKHGO_ITQI9E)I^Tyax0@d+c z2auNss)GR_!XdxN5O~KMqhX98Fs!^h;W&IrI1**-4uSqsfM_EP6@cXL@c*zRK_b+% z2HsUwRe_*kjsPh_l%SGuAe#X8%Q6H{*!k-&-O+^efqSdY{%q+jrxjDx2$9kDev&;ov(+!$4i zYa=?(d0KDD3nDT|i(A<}nzCVM>yuG1&*aDH_ocm-&>a-h8sxPM0h>KR?+RP{9i+qP zWcR>f^6dTS!3Eg%()9JkN3x8~af$ZqY%7cPzd&``|X2&Hc1QYE{eo)nQ_(zNI@ z+Sm~;0!Zj`(d}k%fc&#XkUBJdT;?WbP*!iI$-Ids` zcVe{CkN6fqlj-c1obxCmr=e3zW*;~9Dqgus8Ce-IHxajH!LdNw(~P7;&lJ0`z)f~F z?xT(a^MG_3qKZOT?bLCkn+pq(?K-hR<5}c@J&-7-su@e`@4?mJXJ^#8Anbgzbb8uG zn>fc+2)Md+oI@L^de3jjsCj1V3&eZxiA)j(q-rOPaPlow>+Bs|aQ{KQoD+G(P5u+h z#maDctvL$#^p0A8p$Af$yh7oFx%!c}}a=tAdy-4Ma4mxLm{gjK?g#6<93~wSzEa3~!Q}WF6r1DD)$qllKZ;zRd z2|l3QXV6u5eLnDhaFqxne2YCRR#e?QH)HtfYV|6^cbQ`rvd}ze94P*Bpbn=1OZA0n z_G*sNc-e6F?l?$crNygT6P)WYG+n3)2RP_8qXt{ zG@Y|@zwU1C&Q!<#hVe7~RvcZ|-gf^E>`2{@F5r@4d=8HwQyj$~VVWv8AR>85!|F2H zb=uy_*BJMs^g7+22h~Mb+?7|8*XQJK<~P)Ix+WzQe2vGA=iBux-WlE|z>_|8M>>?e zrOsy+gg_3@?DZDI+#41*E(&flo824}#N4nk^e&7tmoWKmV)H7k+#=6g%|mnNC8J%R zW^`Gnp;duNKE~v0#7GU;bV^;;L{`1*W@I=sA5NZ-uq7O5! zAH$BRuUW3i(5Q+Rk`5cW6x1N^ht>$O#KdH2)o5jFJ$mcGB6Ky6<2}jh*YDtC$T9X< z&Q!!y-?Vv6U|eeaW=Z+@a>Pz=iJOpl8s!Mo(Pj1kl>RrzrQ)kIh;8$GO;`QcBEwFR{p+8#vkAEvPzm% zPr?pf(3YUEa{uDlq8Mo@M(j~ZZxz6I-w&$#(cQA<@zYlBKb9N@@-tM5pc8wVmqhFSGkRbt6vIdm9D zpQLxdVewWYBB3HwB8|d1mh2W?)^62nxa0e7$SlOnegB>a2d4YR_eY_7rDf?NA6|DK ze6-oMnXNBf@f`9;I3s#+pP*i&*$=oKTH2aF{0t4v5ADqxfQ-Cv1--AF*ddGUri8jV zWqGN{`N)=e-dg@XG1X?d;Wzn%jjd4onRaY{zEAhw(cYDnNA+vL()^Yaj&;SpON9SLV-1b3FlJh9K=?{(?QEYFO_;)lY{-0U*wW1k1NxK420Zi zQ{ZvewC_DgXxyV&p<3|@4;c;`{+4&x9@mi)?#~@hK}S_i5qKHGWJv$MC8)u^FC>Mu zoVSU$pLa_wUG463-+Y#Qrso;?_jzmEhJ)M^*i!8b)W znX<`|3+&N5K<6m zQXol9O!F|&WGJLK0oRJ}fg`KmRmW7n=+8|3W+TN<$tVd^or zTTC&2vL_&Y>rgWrl`V#}ub_HY}ID_-a6O1;2OIwsjvBZ zxu}&wb2oAzxHhcT#Whf{MpPK+S1;;htDk80{@L@&{eX4rSeBSOUD8r@@ZwKV9|b36 z>RdJpOLV!lz4_U+%d~H5%_5f(%}2=t=E?W`KPJ_{D&FP6hs@rY%}=aL*qIzPD>5~=Iz*J)Zw>gi91oJ^N5uH2`OBVgNvTU81P&ZG)Zfj2S@X3cU_Rh$ za1@FEK>Waf$TJaGnS1FA?5=%#TmP(g;OI;@ycAi4OXa!{c`cGFFyrXkeur}8!^aiz zHU7>=wr=FL`7fB(Y(C45Cy(%di(luueZ{*5*Hcim_^^NLkb6|Y3~lqpdy1kx`Z-gM z-f~Xn?PToQ*RM;X&?ar)t;}czbQ$msavMH8wYTCol=by+L(%8+{%IxEAX~hhqwPk+ zlKV?^Ye4QI`3d(eva4irk(`kYKsnn@_H1dtg_x7%QS+wq>_%4iZzH{@iSz4*ACR9l z>v)>_8h@;s9ha@((1@XFOEjB5ZYg`DDdyzaAxD73S*7h7K;ib9!mVxlwop0fbmetL z*!lN>H>*59AYEaDYI}U2GQcOUZgcW(Y09g``xGq3A}9IN z=KJYrdB(lsmdW#xP1qJ@^81-Nd%2Tc>KnsA^qk1L+j(P}7n6AXR^`@B#k7FcAD6%H zY!=1o=LC=(hV7mF3$NtpO5}KsOfz77dV<0(xMP7#JMpgrNjUNB|v?crzD`b^!pLQ4mi&<3gZV0_s9t zP*AL!6CCCZ0AgI=j(Eup0!1Ma0H6a3MhL`bLZDE**-8m?bitQGyPyF;Q3Mj>2y+4e zQNNmm;>jNlhx|jok3~2`P*^uO1d9Oxk*(WI$(ae#sm@n#L$Dd;akGL4t~w$&lpV@+!KazfkG&OzvluVO!S|wvNsCmL@5RU zfhfiP{s2;vlH!s8C&1qt81J1EJ^T7KdcmL|E^rtMZ~X&+#xA}v{Cxqyy9g&F{&hx} i2ha$K!~h7E{IA)dF%T5y*JLDR#lbHe!C&Gzde6P*eV?_SwX(l^_RKu9^2cXp^P6bth=V0$0Q})I;j`fb;Uf+h z02n97Y2X~(JuerJqrXD zNjzl+)WtwO-4QTvpfL{XiNg|)nPAW^I2as5+Le)zl#n56zha?Dk}%-P6#yLNLdrtw zPc}f1g})~p2!cSdP$b$72r_}X!M%afL<2M6e-6n1>j24)WQ~ENuz#C_AZQepxby}p z{5lRYgL|WK7#Pu?%>Vc!8T>AX0UYIqbq7kxN=gGkItV0|_yr&xB(XSJa2VPJPRiRG zORSj(z%PB(4v*oeqHo+1_Vi-5Wlq{qCUfZ4s1UDliNC5PplEXi*_T`~cQQEn$SkC} z9^$0#Psz0vtonHRwL;uQrCRJ@Ve=G9=3w`hb7DYYLakL3$Fb#c&TX`rMeUHCe-`_! z#b9PpozXF*IH_?`B@~k%GR5(&!#)vI**zm&^GZ&wBq_nju)okSaib?~vikXr+{=XP zw4>v4+#&_#Vp9eA&8vDeU%6%LIv`RPTdq96vZ|V)kWqBPs;ee`y$XG zAi#YnJZ3gw1BjL{=+6iq3E*C)Ld7$FdyecsdJicBWBIy6-oY+{@2hsjim32Sv|Zq_ zHRkB6t-Q*_Szx)9U3$tT9UaHP@s4F~uuXW(Zi1E9MVa0}Zb`tTI?qF}E4C3xFk&6c z*9#m+3V8GznqMe;I{s9{m0M+A$2d80KGx+fRjR_ROXSmCGHRt&<$9_&V-&JtWEZ}i z2lyIh&g_WujthJmk6rN*ldLduRZ-)sdhKPEAV1H*V#vs?@=nRz1$ndV-tj|QvzvCJ zb1!YY6LPF_-mTmpkhp6@_x9tlOX=ZesrGz*Q0%)QCe5EiCE|t8+&00}pwy+kp`}9m z7c8CE>lGADQ$Of_b}E}oxqtAZy-kAUde&@-!bVe4$k9~<4(BpzepDCLKRH9N@#Mu< zT4e4s^kT9lrV8lv4YvTQc2<4KPAR+@Y*9}X2BYWoQgfiX2XE>Ns)V8sGKm|(#?yhv zx=IO6BbX~K=PAcjl;<5813-%{J50y)Q;4`TmZ3-P=fCUpc#Vt)h?Tg`$6oG4^gw&~a<_@Js-5!uWl;Pa7=XLxz89;a(UV;QutZ zD8;RPYb7Z)x|v?WZCrXM?Ul64&6-Erxy%AgAu{!J;LAzA_tJGN2*)Z4iVb;_!@fzf51YP{&QE_VX_M7p{|b$^UaxJ>KfEcj zD46F$wQt&Uw^OapDD2kg#>9iH(fJXG%eW9#Iqxjtps-F^qw&QoVaHjqUw5OwA$>hW z*_2*0X}1zl5~=iU=xfS)amIGJ zeT=#+z2re;CIDSfnfk+B<0v4`2dDCR@J*@arFwFq6pH@XiuHB4$3poS<=PA)_|c#` znOj)E4aIeehDL$|IWJ^?7DbU(T6`fE*vSDKd>an>HWCV|#Xohba-rLmn0ZoY+v3IW zuw1@`@+#|nk(st(x-Ll{4aGS^=-G(|TeFh%o5-(^qdT;B;37M%L8XgM11Y_0M(@PA zUfbRMMt#!TUX&`RQm!PibKT>F@TuXp&ANl(BEswR_p5BP5|zu!Ug1Ta8iO;Z)jL^x zSwCbvo5v)OSE%O{J9Vc)EW`XXCCIm7(Rx=jTC|gjooEVZvNfF->DVdCW5py*9nT6khgD%d8oz8uo{6UJB`g`Ca`N5E5)snu&YbrKgYgRIR zP5RCaW!evcPNm!*A`)iB<7AWk+?%#(Fa&CY#3FmhfQ>qqS`IV!0d2E4=tQR`8R1z? zR$DsXyda%lQtcZ8@sb^yd7EIm=R%nI-(QtcES-!3{pxc@l-=MWkjNk6si8c@H8LLI0t zJ2~ynw|!tT0^uTBEku%zT;0cCWaL0C3&LN13_(@A#KzR&eSG-uw?KN;k?(@YhF)8`OhR4l9+4D(cX zs8w4b94yI))8va-`1{ULN6%iF8go$1Dn7$w`Mh$A+GpVmOR8OEqiuf_`P8f0M4Q+7 zs=8D8ig%OSRNO)6g*>@~C&R2cdpup9J5Jp;DECGSURs(#%tNX+dY-kK7qZPY+$g?t zMd|ERybf57*xhS;QLYBE-94N1E`!7KeRmJvTZeULFjZTOksZ=Y!1{$3LNJc6ZyYM2 z3T3n?boXi!z+JS8y3|&7*eYlpK=uWdS4M7M$m{g|!+qAccHv;HlhPhgjP}&I$IZR6 zUwikFHMXC7328oRI{{|is?$4`-##>}Yqd5$iZ@c6yZ*(L>i)jZi52erTYu5L$5+cO ztLE32CnjzX2tJX1mdkkoKb8wkXDh}MC>4>Y&~>p*${W0D5G7~7x%#+qWS&V%{2iT8 zFHidN6dL&?I2TQ`g%@w&h{^Z6rqlrD%d{(sSWckFC^5v7UxQuSv6=sd1!v*VYc6Q1gqHVY(z$0AXf{*zFFS`R_H(J=) zohP4EvxGdZt)xXZba-tV^a$3eh@eHs@!uns<2P%s`Q!aZxzUH`^~$(7<<3~uw!d&D z)XZC{S+}WhJ&S40sDH(@(>l=4^@L2=Q%0!i$89=V5DTq_&R$%y3e!AHyYGSOc1%-~ z6yM=Ac%7Bsb}BPS`3=!k&__tPZ_p*to+{atv&x~DA5e#~nv9Ez8S6uRt3@lbnv+T? z&9CHkZufLLHW{m2I#Qc-+djFNAGFhS`gW>8_(^Ev<?>t#T#f3B;ltS(2K_P6|2 z;@N|)LLiz@Z@3Fkj%4Ndo4HA=-`}V~f?O0S2uKU=gMh(FPC-UQjt2dqVMV$BCk>Nw z`a{DRDZUowgp1Jw4e|{p_bcm(Q?ije2=9v8P;hDQ5dz@4t?J`k8At(k=Ve9qopMig$n-rW)RAgvONOoppSva>>Bh@GXyMw(NrQU&_D`g8Zk|Ptk zKPmCmn~0R+u=_$%x5a1u$-d}yU;jP~vgsRO?4@h(@3WI&;46q>6L2t(N_@Z=KRqyD zxDemoCrK-x$U6fbPh+#?n8uK~4jkDs`FpUH@hFcgC@M&Lhv_9h?xmT(a5fnX+cTs~z|cN~p(29d>;HR5Q4y*O)woXpy0#N0%S zCMO;APi5T_1}&~1WYLB~t_Ka6HGW#3hx%uQ6Ou8Vx3Nibb4scHt({*@<3 zcBf^4WZLTFOX}>4_e2pVknHIpgIF{&Jh?-YG303sczJXRHrz7ds2S zpu|0+m$@V7$%+k!eUVW(D-qu7d}i{LnIvsynDBQ%pZbM}$gT^_X3H00(&irf z961Gq-h|`fIev(y-f3p_HaRIz$J0Js`-&8dC-Nm2;bssre{qu zUR)Wq92L3=_(5-|b1Mfw)W1lE6;oo%h?mf@e)e?m@?!ZS{kFmZGv%FZSOPeSHPnDZ zfVup1Ia@jVNRnbCTSo#kztrZH(tD2OIGT3Mn;S@QB_QxZAVVO9a#HXe-WjZCrNVUw z6{8r@Hp?$|o`Rm%o{ZIO^$b%N))VO3x4!po!1r{5=t9n^C1r67F(y#Gj?mK-fr@9} zAJkFMuh#d|;A8j^W7OuE6ILB%b5%u4#h8P?k>6C$l}}DMoR8asdsQ%l=Mzr@@IkkZ z3mrzq)?i8#C6LAaS+L3UnTU^Fr&OZkrlg=OrmUjbh!SgMYITe{jw(q^NW76C$BJW9m9mnimF$;C z$u{27l=G6ebscub;F(}OQijr>JOT*Ra^>>+;36=)R5bo_AH~-?e6;xBMWc(F@s#oG z1`Hz)(pr)5B)ehpJL2cX>%_8b*=*YFJ<6A=4%|J^8K_V0!JSbz7~Rd?M_^k;#cARn zDm!*QI&3<8t|?mZ83;zXp*pK3V7?=nH@R*!wKRS>xpOD?PFFS_Iy}@29x8pmK^flx zfO)uP_-ZQqD;E1GecgUfXt7-h8sBGO$=83PAK#nn-?6o~b!j27W~m0_uAe$A32n&-q}$H59bt6a#6VqJ;9&F& zQWG_9*S0lCb%j5$wpuXp-&KJ3(k72mM#aEcp=VQj;7!e(=4pUxDp z9EeTUc&fBq$yS&?;F;C-kCza8Z9ZJ2G-ja$g?<qDEqj9p;(370fA0f;3@yv1B?ecQf$QKha zABDyhsu64Xg@#=Ee*7%@#rmSxKBK>)8uuRItsh+v{&>Fv{-!S*IbhXiHT`~hVzTP8 zkhR1Bh--qgtik&%Ot(8JRXKH~-UMoGS{46Bzf9kb&4J(uH+lPZDHwO{hhCz!VPLWA zYW~L$b^diFD;wh@Rt1*UcDtw&=XHEQ(?LIFZd6?G<6y-@PB|UXUSCf`GuUzu0sOrosm<{Y*-{l%nweohD_ajif zi_KxoGWwd8e&rEv>D#xt5mf^i zS=?vc-dHP0FwP1g-;LNh{1<8~{=rbd-=kk`6miOmKoMuZBy9c9${K;vKzSp63jmN7 z!qpW{ocEFjy7oXBS&#<;h4Tg~%7MIaXe=BFcf|t0GBO|+G;u`j?Tr9}+%QldBI80~ zI1=i@5EvNF!xahl1A?#!qzh5jHNLf-t|5gb~RfiG=<`cgLaJpctG75{knDL1;HL3Vw?i4f@NoH;LRG|1tai#rnTN z{IB8nuTB7Dj=O>VH47(+#1_K{>OoA2*d6?;%U?EnaHJ0$i-17^px<=?k}CSoS-Bqu z?h23ug24dEKMzn&R#sXT=nDL!NfB=ZNDmP8M+3_d`=I~Uq!i?cz0dz>in7FZ<-av) zNjc(7|9>?_VpH3lQh*ZdU$V5n2NFSOE zfdeprCf;4mai8K$hL2vd}SfF>lj|9fYRrxNH| zmVf~nlY{wUg0m(p)9fRPAZj2}pe?|j< z)_&eN0Mx-yF$9ta0GeYwa1=n1E?^1#rJ(#T1%@0$nv5e-{}2atNJJ|ANC8xK)Im!e zg+wD`>GqKSu*VSim5x(5q6gIzP*zq3Kz%%cN`C;TPoU>U7l$Re;TU04sPvS1L44CQ zY+e%I!g%Utk4{=@srkOja1FWb8T$A{a6v5RO2S8%rkHaEi3g2oiDL80D?>RbMbmCO z)#&H%eIiMbWeJTk-geKORygOiWRkh|BiM}8k)lW|=QnO&Sz@MX8$bGZ(J8!MiRmcF ztZfDYTB^40E9%pW;kiFCp=kN&K%l|Y^=B@EJ}UVn;l<6Wu0&%C$^)4K!8}6?)o$j~ zGhN5dTHIGDfK=f!rzGuohLZ!E(3&9!Vo|JNgU8tN51(h-jo=M6;9rnk-1GX)z}3)k zR5jcDk8|2K;1#(%9n(-fq6>M?;+AXbrw5s-vG?vg;zT!@ z0re#_NEItCg`-I;gB^sRWgDr5#`ZHZWY zHMQuw<&pHv5FUNhuJn~&#n6%KFjdWVz$v)rJ@nSOi|_#ry-0T2_7hG?3x~6kD}9`I zOF35EqR+gDw6gbp*CT#?4yM*F!rQxUS^PQuhsiU(tgRSry@O!pq>f>A&1cAEG&K)7 zb0WQ5Px{W3dh)%;KB*mr$52s@o_2XHm0wa>4OF8eV3`rfe)T#2VXN}=$Vh$JsP^-D z`-`HiSe|z(l&t2O6g)57#_&6KXAi{4wrpfN8<5?)`&qU(KlNR$$y_<8m7SurktEjz zWcBjgdvUd_vIV}}oivqsNT;T1MDlc7x@y*Dj8RMlYv3cNkIEb-$mlX=o7q*GcF9$8 zm8@X1XrQSwY>Tzn@y3{teXUPQ>16B@Tfvp8{D<>von;bl-TYSXKXpCczh-!R)otcv znP%_mn~_rTZTW=d^)|Ix*%I{q7&5BFh7=v+BH3cF;(u4rPm&D3ojKNb`RA_6!2=XJ zjsKv;AB1M`^>;q~BJ}S(295D<6u=Q+@YfP>qVt?Yqw^IGfF?LMJVu-33pm2)cSgZ@=C^$C&#gKCPRkRqVUvE6Y zC=*166Hpg-9*@N_jDn{0LInO%P7q3}sQ+0{7%}}-Pf{;fTMY|Fb=4`?nP20HN$x)9 zX~}HJS!bB2APeWq2!kT)@VbY~S&?2Bz(-P2+MNM~g>B(8jy6&dGq&3!7P7K{{tHby?QG zTlj?WT~1QDMuqD*D-+%Q3v`=abdGy(?48VtS{GygNjoIS`~7fzG?=WX+g5N2IF(xA z_<}#0HBCEGYd!1cI(OsGyy5E9%Wu|syHo9$^TiKn1s-C8%JKpn7u}9_F9hsqF<{x~ zi0w(ck+Ibk`ZK_`>eSB{f`^0Ru?D(`Dn5(OFE_tCFe3pbJuQ|QEs<#!{%5-%KjW=p z;(pJGQ;E2LeECp_W>kAP(q70`Jh`Y6IKLF6L~s}8TZX!37TI@*TJ0$Q`#mUl#p zB4={kryZxE)B`n4oH~`+7M^^Y0{-lhFph!-hX=d_)-o3}mEYpSg&JOdMW~1=gjPOF z@n*TiGaqi&c>O)E9prdOA#X4buiEWc7_Z=SeeFcw!yLTg#R+_Q%y_Lg35W8;s$&cj z3tu?yW7E@vo1aSF^GZx0V*GY$j!h0Kx5$FsJmb!>{?q-?vyfF@6a90yJ9;{&nW%DV z!Wpp&`nK7(x(`m5P4lj(YznZ2fIo&@it;d3|hl9`e@VX_YU6D-nQQSRl-mBMtK(E zxSN;1wk_h;^)GP;{&qY*OB~7{$8kU0P+JxwpL4BSU&Xk}*!RR?zSU^cChyz9Rgrcl zHFP!1M5XGbEDYTbqhvx3i+hRBNoPpBlc)odUh2DXlQry5jcOB*WQmVSKefn~wUgZq z{kqTQXg`!Hi?;ABh_*#quUMn+-6*xo@zwP)T)fNY{L=7pNt1;`zI86u`g3G&IpXxN zzN)pVj$au$c8T?q!9Ka>=y9D77BSE*s0S2l9bROHv#Rc=_3O{r&!}+fC>F4GTjKM} zNuFWlG6FF%8AjzsnMPM$`3T4y%n|8fnf|r^Hx)t}Qw`6%1F_qvcf_F-QkOcdXF z`48_!l_?v;i{T=OsE&i}tdq4JQS#k_rh?kBY_TGz`1+F48VR^~hhF(G`91Qra#{Am zcFm4nWiyqVo?fI3;ycfP)<{==Pb<$p>~e8Qn*8g>E#Katm(XL?#Z%|I0*D^O*2=fo z3w@bq#ay2@)W7~27M2_KBBuk>+w%WX+psntwT5?`(a%FJ1!T!so zp$#FS0^^&;v2D42Ez9f62d1u6&s3AqvrhTMy_LF^bwtYxP8Z@YhHbHM2XJQ^B(;VY z-t{P&I??6fJm@S@%2oQB;PK7qn+&PxZC7p6#qOwa{!dnOlrh^b<>AVK3$MCHNfBc* zLFGXS+o)}kT@JfOf+vITYPCK~2?;onm(6-&-~@MQN2p$drntAE%ZqObwac7Sd!{Z# zgmwpa&*iK=k84bg2oQ_s;NDZp5wst}Z^6^^G`Pm)WoRmEsYIPbo5X@{n(oQl{<#9V z{I_rAo@w=MO>Q;BmblusILGuw^Ec62u@kuyx5f*FHswaDy)_z+<*0nvl$g--i&c;t zv`epFU*~I$wcSEPr`HH7A{|bEP*pzrwh%iZHJ*&!5RoVkcc&cm+GI7cJnV|Ka%)-sW!TfsDJtl9nzR74FsncY+o_NE@+K{(^V+&EC zxQvJ@YcGo_%WF%&K8Hq0LHLw#I>WJ#YMYV6UH!pLx{sU@Hz!i9l9rDstF0Mkk~3i> zm+IjqlQ!w4faRyoAr1{rJ&xIq4<5Tv^QT^Ip6)KnFZQ>cEmd&PtZyN8gj9rA;Lim? z%N69nOVtYQPG*TVJvVPZTn(Icj1`E{YgR^85$?Q=eghp+slv|}6q$$_`$`EJmlz*4 z8Y4{->(^5{Y*Wqzyt!76d(fUk=(1_I`7k*9cBJwk)K;Mj6nlHiGXXTCRl_T`CKpTG=L+7uuJx-e{jxaJXH$6E)?tlU z>ax(`|8%pHEjKbI;6{Mz)*+O>^0%Ol&6?_yxp&JyHwJzP{2UU^63`Lf(IJ0R9#`UB zoJU)7dEU@A<{Q-au7yxcDy+PIh&k$T)S;kT>vOA(C!#K1eGp$B;IZ!H#a@w{$3KG} zRUJs_m70s6J#_4VZ+T^Fe&NK$wuLpZK1~}6`jhW4$Meg#`Lj$Xv(k^H&}Ke={@91D zGxlFdzpP0q0iTe*61s<%r!IA6d|vx<+;4RC`@=n*Lh;USPG4$1df%ly3(THi-x5<} zJIJOUB^p%&syodKXDVMBkJ(D;v#l%5tQGX0>wWP(@x!deYtpD;m3ZCD+Kp+O&624~ z3bAX%o+1=b`7yJ%E@tcInn)n>$3v$XK=as)rrKARhA?&P$V2Jlxb2m|C)45^nC9?K z-DSzQ2CYW|q`~9P>%QMl4ko1)HXlE_joxbiIDFx$?{@@DKwar4dgXgx>8&$&o(^sI z&f^xSLn}XQg-hL?uRpN}qP&-%_1dnzae-g4dg0;1(c?D)r#JSmEY26knPmmCtc5Rc z{j1eh{j&{){4qQ05$SU(o=6{_8ExxdCtE!61d)RO1wcSuyt_M&J}@&TVn+a}1bX3# zGzy@K0)1#CDvp42r$XRJB&-fGy9soVanDg`=7lWlST3sxjjHP+G6L7u&NW~M} z=#Uo%OC}Kk(3Om12+}n%SS)=8hk$N)x+@Bv0)Prc64edo4uIsHAhGn$pFqI;4fmuG zJuqaN7Xd?~0wBqQM8ut=d&BHlrZ75pr@t)^c6$9^jri}|gPlnLw4%9Eca{kZkUnCV zV!Y@f(Wir*y!h$EcGQSn#|1pJj3fRWL^FB^QxIClsPfWslMKR*Daq@<_>xC4J; z2>MEe@d3m?F*u4o2mLn&ha>5u$v-dz;@@(LbnE|=Q$*4C6#uPDU)9i;C;!A$|Air8 z|BeNzi1=G9R5Aunz>(=2Apo?(`{U^E1;CR;cM^R%W8?$0B$229V^gz}8wwRertV}0 PiG(Xdq@?uB^dbKNp5qJ1 literal 0 HcmV?d00001 diff --git a/aarsrapp/Tss2Lytte_Shus.pdf b/aarsrapp/Tss2Lytte_Shus.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9f175926d814b55e9a6678c3915cfa713ebd4044 GIT binary patch literal 6228 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⪙0DME4YdV0)e<62%qc~ugQPQqSgh&vp5 zM`rWr*>({2_Yr?6b?TL>nkv*s!KYqsFw|xHR`Qoi>8_EXpTtoTjHV5{kc@q74+^kV zBb(7aI1x6Ngl9svcY=JxJM($~E++0hIM?(eiCq5|8;>SMrEJyd6b zDPWpj<3}Hes`oM{pxFmKySJ|d%olW?T{mEawh};o>}C= zIac=$6-UkIddxY^$x#nHVcVx$onz@GxG56AeH6-5(CGL;0MA+BX0G~6Vx(B(i)FZ~ zgyQAuhBOjK5dWu0^QP+)0`?HC@IrwwegXA6aZmx#=lVKH^kX~%k|oy!@3P~xUtc?N zSE44?FsZQJNtjDd4`yMSx~D@zr>Jk2bF268T*aKgy6UC~S41u*9+tR2)bx;yNCkU^c*VhiM71m8t?}rB za{J%ZhYu~p?rR}GxPXT}f&}sh3I=kXN(_!TI!PrxQa$giaW>{;^SKE}k}S!NB=lJP zso-1wrFg!UwdKwgEJHttFXR`k#B519p?IGAk%l@a&d?tEko2h+DY1et8faoJ~< zIVbE-?3P;=wmms0M?K+eNiT@8L)fg_IRAE|%s!Wn@-|+?JfD9L6TH*c@wJGe{fMpLdv7-KVQm zz}ahs%daGQMN}RaiH*H&TxpzToY3Jba{O@a!9I?;59{zv^d@cd)H#K7=I83?WrmPL zCyUF5X72glTNyGQd_AN;__j!CFnDlau)4^vXna5$cLNvcJ$>Up1SZrxwZycO!QR zV>;kwN^g7uM)o2rR7_wcu!HdEuEQ@mXKK5m6?#R_it5C1#T_&i97xG%!ebL1`xPP- z_9)cKXFG`7w>bG!%vW!E`4Ddt-gpJKMO_f`vi2Iltd*2zDE$7Yb>p@3s`GeF$?T<` zV1g&1t$GyWH;{Ev;=;4W`rp4tMC3)Z=XRm{`x;<<<-;pnajg)HkH>94om2j5rI*xa z)`v$L9XG5 z*Y?fsnf1GJxi_qLG55>!_@?wL!4io)e0$1xLieMEEcyGMg*|b5aXFo{OsY<*Q)&s7 zfik)ikSCHSbmvyy`8Il6YMUXZ^nzWhYwSRbP&2I!GnF@WYqC&mQ+}+5q|tafSM}Yd z)RdlooTB`&eP%s_A=o0FDQzIwcNKP3;p&oFZYEdvdVg4cl}X`a{3pdvLRs8IZesFM z2RLhftVSkHR@3;B+1o6QjL9skq*a>+QJXzkg`0)L`SoY_n2ly{9M_bo)8x3Gbi>!i zP@sTk3tpwP29K_ISrJ=tw=?tlqBBw&BB+ej9f^Bb+kzPB84PPiJ#>ZNoJzM&S(8yw z|6-U$&Vmx%YDQMgI%QXb*PgkCJ2txXIpsJ#c;rUSpY7N@*IS%l5@5Gbrs$|y-%9KX zuZpa~d56kXD$0XFHHscC=1I1FH}8~x4q0%D6N%MpQ9(Y&-y4m2E%!?GG44}Av6+Mk zU0Tef)a0b`IB|wh&q(XCOFJL@I=K@2;AJkp$M&V|yWxe=vFgKec8Wcq#ORTSbrf!l z!HdM}r>=i|YJs-1td4tN^3cRl+oJ58*K!!Ci@6 zT?#i9u%)DuyR=oe=Z&4?^w5Dft@sjRVfFPR?9s=fkA&W0EPie}6CL>LgT%^UPlk&R zcU9h9p?T-GYC~!L(u;`;M@}E0S5~*>7fuCsE`5<0(6psEzo(DzJimHJDEsV8cIN3c z+WdzP(*u|~lYphntD2Nj@F{T_-#fB48`N|A!?nLHPfI`6mpeGr9iP__#F*H`Ii@}jGG#?K< zmJWba9NwJ?`JgdmA^`v|kg+U7=1DXL!&L1M&>hEgMZr-3P?12Sx??>6kh~KlhS~Y! z@#w$dUNnLynoRS-qiIwCBzh7FSZ}5`^v=x`R_E^Ww{gQxum7_V|6|^;qXa-}+6C&) z_<;p7CB|8_4>KgDI@rm}A2x;SO`$ z@=r|dUl;-g`xk1MI=%I)@)}d XHxw$GOx?*00)bS4NK5OP>qGtn+&wOj literal 0 HcmV?d00001 diff --git a/doc/NGERaarsrapp2020.R b/doc/NGERaarsrapp2020.R new file mode 100644 index 0000000..ff09aa2 --- /dev/null +++ b/doc/NGERaarsrapp2020.R @@ -0,0 +1,441 @@ + +#--------------------------------Data og parametrekobling-------------------------- + +rm(list=ls()) +dato <- 'Aarsrapp2019_2020-04-28' +NGERBasis <- read.table(paste0('A:/NGER/AlleVarNum', dato, '.csv'), sep=';', header=T, fileEncoding = 'UTF-8') #, +NGERForlop <- read.table(paste0('A:/NGER/ForlopsOversikt', dato, '.csv'), sep=';', header=T, fileEncoding = 'UTF-8') +NGERSkjema <- read.table(paste0('A:/NGER/SkjemaOversikt', dato, '.csv'), sep=';', header=T, fileEncoding = 'UTF-8') +NGERData <- merge(NGERForlop, NGERBasis, by = "ForlopsID", suffixes = c('forl',''), all = FALSE) +NGERData <- NGERData[(as.Date(NGERData$OpDato) >= as.Date('2016-01-01')) & + (as.Date(NGERData$OpDato) <= as.Date('2019-12-31')), ] + +#NGERData <- NGERRegDataSQL(datoFra = '2016-01-01', datoTil = '2021-12-31') +#--Til registerleder +library(nger) +#RegData <- NGERPreprosess(NGERData) +#Ikke nødv: RegData <- NGERUtvalgEnh(RegData, datoFra = '2016-01-01', datoTil = '2018-12-31')$RegData +# write.table(RegData, file = "A:/NGER/Aarsrapp2018.csv", row.names= FALSE, sep = ';', fileEncoding = 'UTF-8') +#save(NGERData, file=paste0('A:/NGER/Aarsrapp2018', dato, '.RData')) + +#load(paste0('A:/NGER/Aarsrapp2018_2019-08-05.Rdata')) + + +# Inndata til funksjon: +datoFra <- '2016-01-01' +datoFra1aar <- '2020-01-01' +datoTil <- '2020-12-31' +datoFra1Yoppf <- '2019-01-01' +datoTil1Yoppf <- '2019-12-31' + +NGERData <- NGERRegDataSQL(datoFra = datoFra, datoTil = datoTil) + +setwd('/home/rstudio/nger/aarsrapp' ) #"P:/Registerinfo og historie/NGER/aarsrapp/") + +#--------------------Data til SKDE/Resultaportalen------------------ +#KomplIntra, KomplPostop, Opf0AlvorlighetsGrad +#OpMetode 1: Laparoskopi #2: Hysteroskopi, 2019: 5954 3146 + +RegData <- NGERPreprosess(RegData = NGERRegDataSQL()) +#Forekomsten av komplikasjoner ved inngrep. +#Lap Hys +dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplIntra', + aar=2016:2019, OpMetode = 1, + indID = 'nger_kompl_intra_lap', filUt='KomplIntraLap') +dataTiloffVis <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplIntra', + aar=2016:2019, OpMetode = 1, ResPort = 1, + indID = 'nger_kompl_intra_lap', filUt='KomplIntraLap') + +dataTilResPort <- dataTilResPort(RegData = RegData, valgtKI = 'KomplIntra', + aar=2016:2019, OpMetode=1, filUt='dummy') + + + + + +#Forekomsten av middels og alvorlige komplikasjoner etter inngrep. +#Lap Hys +dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplPostopAlvor', + aar=2016:2019, OpMetode = 1, + indID = 'nger_kompl_postop_lap', filUt='KomplPostopLap') + +dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplPostopAlvor', #'Opf0AlvorlighetsGrad', # + aar=2016:2019, OpMetode = 2, + indID = 'nger_kompl_postop_hys', filUt='KomplPostopHys') + +#Andel pasienter som har positiv eller svært positiv oppfatning av gynekologisk avdeling. +dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'Tss2Generelt', + aar=2016:2019, + indID = 'nger_pasient_tilfredshet', filUt='Tss2Generelt') + +tapply(dataTilSKDE$var, dataTilSKDE$year, FUN='mean')*100 +#--------------------Offentliggjøring-------------------------- + +NGERFigAndelTid(RegData=NGERData, valgtVar='KomplIntra', datoFra=datoFra, datoTil=datoTil, + OpMetode=1, tidsenhet='Aar', + outfile='Fig1 Andel intraoperative komplikasjoner siste år, laparoskopi.png') + +NGERFigAndelTid(RegData=NGERData, valgtVar='LapKonvertert', datoFra=datoFra, datoTil=datoTil, + tidsenhet='Aar', OpMetode = 1, + outfile='Fig3 Utvikling konvertering til laparotomi.png') + +NGERFigAndelTid(RegData=NGERData, valgtVar='KomplPostop', datoFra=datoFra, datoTil=datoTil, + tidsenhet='Aar', OpMetode = 4, Hastegrad = 1, + outfile='Fig4 antall postopr kompl ved TLH per aar.png') + + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='LapIntraabdominell', datoTil=datoTil, + outfile='Fig2 Intraabdominelle kompl ved laparoskopi.png') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, + OpMetode = 4, outfile='Fig5 Alvorlighetsgrad ved TLH.png') + +NGERFigAndeler(RegData=NGERData, valgtVar='Tss2Generelt', datoFra=datoFra1aar, datoTil=datoTil, + outfile='Fig6 TSS2 Oppfatning om gynekologisk avdeling.png') + +NGERFigKvalInd(RegData=NGERData, valgtVar='TSS0', datoFra=datoFra1aar, datoTil=datoTil, + outfile='Fig7 TSS2 samlet.png') + +NGERFigGjsnGrVar(RegData=NGERData, valgtVar='Tss2Generelt', datoFra=datoFra1aar, datoTil=datoTil, + Hastegrad = 1, outfile='Fig8 Gjsn sumskår, oppfatning om gyn avd generelt.png') + + +#-------------------------------Årsrapport 2020 og 21------------------------------- +#Figurer med RAND? + +#--Tabeller: +# Antall registreringer per år 2016-20 +# Endres? Opphold per sykehus og operasjonstype (Lap Hys Begge) per år + + +#------------------------------ Fordelingsfigurer -------------------------- +# 'BMI-kategori' = 'OpBMI', +# 'Diagnoser, hyppigste' = 'Diagnoser', hys/lap/tot +# 'Gjennomføringsgrad av hysteroskopi' = 'HysGjforingsGrad', +# 'Prosedyrer, hyppigste' = 'Prosedyrer', hys/lap/tot +# 'Laparaskopisk tilgang, teknikk og metode' = 'LapTeknikk', +# 'Operasjonstid (minutter)' = 'OpTid', (lap/tot. lap. hysrektomi/hysteroskopi) +# 'Laparaskopisk ekstrautstyr' = 'LapEkstrautstyr', +# 'Laparoskopiske intrapoerative komplikasjoner' = 'LapKomplikasjoner', +# 'Laparoskopiske intraabdominale komplikasjoner' = 'LapIntraabdominell', (Alle / Tot. lap. hysrektomi) +# 'Hysteroskopi intrapoerative komplikasjoner' = 'HysKomplikasjoner' +# 'Alvorlighetsgrad, postop. kompl.' = 'Opf0AlvorlighetsGrad', (Alle / laparoskopi/hysteroskopi/ tot.lap hysrektomi) +# 'Komplikasjoner, postoperativt' = 'KomplPostopType',(Alle/laparoskopi/tot.lap hysrektomi/hysteroskopi) +# 'Registreringsforsinkelse' = 'RegForsinkelse', +# 'TSS2, sp.6 Generell oppfatning av avdelinga' = 'Tss2Generelt', + +#For alle +variable <- c('OpBMI', 'Diagnoser','HysGjforingsGrad','HysKomplikasjoner', 'KomplPostopType', 'LapEkstrautstyr', + 'LapIntraabdominell', 'LapKomplikasjoner', 'LapTeknikk', 'Opf0AlvorlighetsGrad', + 'Prosedyrer', 'RegForsinkelse', 'Tss2Generelt') +for (valgtVar in variable) { + outfile <- paste0(valgtVar, '_ford.pdf') + NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar=valgtVar, datoTil=datoTil, outfile=outfile) +} + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Diagnoser', datoTil=datoTil, OpMetode = 1, + outfile='Diagnoser_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Diagnoser', datoTil=datoTil, OpMetode = 2, + outfile='Diagnoser_fordHys.pdf') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Prosedyrer', datoTil=datoTil, OpMetode = 1, + outfile='Prosedyrer_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Prosedyrer', datoTil=datoTil, OpMetode = 2, + outfile='Prosedyrer_fordHys.pdf') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='OpTid', datoTil=datoTil, OpMetode = 1, + outfile='OpTid_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='OpTid', datoTil=datoTil, OpMetode = 2, + outfile='OpTid_fordHys.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='OpTid', datoTil=datoTil, OpMetode = 4, + outfile='OpTid_fordTotLapHys.pdf') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='LapIntraabdominell', datoTil=datoTil, OpMetode = 4, + outfile='LapIntraabdominell_fordTotLapHys.pdf') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, OpMetode = 1, + outfile='Opf0AlvorlighetsGrad_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, OpMetode = 2, + outfile='Opf0AlvorlighetsGrad_fordHys.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, OpMetode = 4, + outfile='Opf0AlvorlighetsGrad_fordTotLapHys.pdf') + +# Postoperative komplikasjoner Laparoskopi, fordeling: *--lite alvorlige, *--moderat/ alvorlig +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, OpMetode = 1, + outfile='KomplPostopType_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, + OpMetode = 1, AlvorlighetKompl = 1, outfile='KomplPostopType_fordLapAlv1.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, + OpMetode = 1, AlvorlighetKompl = 2:4, outfile='KomplPostopType_fordLapAlv234.pdf') + +# Postoperative komplikasjoner Hysteroskopi, fordeling: *--lite alvorlige, *--moderat/ alvorlig +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, OpMetode = 2, + outfile='KomplPostopType_fordHys.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, + OpMetode = 2, AlvorlighetKompl = 1, outfile='KomplPostopType_fordHysAlv1.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, + OpMetode = 2, AlvorlighetKompl = 2:4, outfile='KomplPostopType_fordHysAlv234.pdf') + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='KomplPostopType', datoTil=datoTil, OpMetode = 4, + outfile='KomplPostopType_fordTotLapHys.pdf') + +#Fordelingsfigurer: alder og BMI på Laparoskopi, og på Hysteroskopi og på TLH (total laparaskopisk hysrektomi). + +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Alder', datoTil=datoTil, OpMetode = 1, + outfile='Alder_fordLap.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Alder', datoTil=datoTil, OpMetode = 2, + outfile='Alder_fordHys.pdf') +NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Alder', datoTil=datoTil, OpMetode = 4, + outfile='Alder_fordTLH.pdf') + + +#----------------Kvalitetsindikatorsamlinger---------------- +# 'TSS2, oppfølging' = 'TSS0', TSS2, alle spørsmål (Alle/tot.lap hysterektomi/hysteroskopi) +NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, valgtVar='TSS0', datoTil=datoTil, + outfile='TSS0_ford.pdf') +NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, valgtVar='TSS0', datoTil=datoTil, OpMetode = 2, + outfile='TSS0_fordHys.pdf') +NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, valgtVar='TSS0', datoTil=datoTil, OpMetode = 4, + outfile='TSS0_fordTotLapHys.pdf') + +#------------------------------ Andeler per år -------------------------- +#------------------------------ (AndelTid) -------------------------- + +# 'Dagkirurgiske inngrep' = 'OpDagkirurgi', (lapraroskopi, elektiv) +# Lokalbedøvelse = OpAnestesi (hysteroskopi, elektiv) +# 'ASA-grad > II' = 'OpASA', (Alle / tot.lap hysrektomi) +# 'Konvertert til laparoromi?' = 'LapKonvertert', +# 'Komplikasjoner under operasjon' = 'KomplIntra', +# 'Postop. komplikasjon: Alle' = 'KomplPostop', +# 'Postop. komplikasjon: Reoperasjon' = 'Opf0Reoperasjon', (Alle/laparoskopi/tot.lap.hysrektomi) + +variable <- c('KomplIntra','KomplPostop','LapKonvertert', 'OpASA', + 'Opf0Reoperasjon') + +for (valgtVar in variable) { + outfile <- paste0(valgtVar, '_', 'Aar.pdf') + NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar=valgtVar, datoTil=datoTil, + outfile=outfile, tidsenhet='Aar') +} + +NGERFigAndelTid(RegData=NGERData, valgtVar='OpDagkirurgi', datoFra=datoFra, datoTil=datoTil, + OpMetode=1, Hastegrad=1, tidsenhet='Aar', outfile='OpDagkirLapEl_aar.pdf') + +NGERFigAndelTid(RegData=NGERData, valgtVar='OpAnestesi', datoFra=datoFra, datoTil=datoTil, #datoFra + OpMetode=2, Hastegrad=1, tidsenhet='Aar', outfile='OpAnestesiHysEl_aar.pdf') + +NGERFigAndelTid(RegData=NGERData, valgtVar='OpASA', datoFra=datoFra, datoTil=datoTil, #datoFra + OpMetode=4, tidsenhet='Aar', outfile='OpASATotLapHys_aar.pdf') + + + +#--Laparoskopi +for (valgtVar in c('KomplIntra','KomplPostop', 'Opf0AlvorlighetsGrad1', 'Opf0AlvorlighetsGrad', + 'Opf0Reoperasjon','LapKonvertert')) { + outfile <- paste0(valgtVar, '_', 'LapAar.pdf') + NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar=valgtVar, datoTil=datoTil, + OpMetode=1, outfile=outfile, tidsenhet='Aar') +} +#Postoperative komplikasjoner Laparoskopi, lite alvorlige, utvikling siste 4 år +NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar='Opf0AlvorlighetsGrad1', datoTil=datoTil, + OpMetode=1, outfile='Opf0AlvorlighetsGrad1_LapAar.pdf', tidsenhet='Aar') + +#--Hysteroskopi +for (valgtVar in c('KomplIntra','KomplPostop', 'Opf0AlvorlighetsGrad1', 'Opf0AlvorlighetsGrad', + 'Opf0Reoperasjon')) { + outfile <- paste0(valgtVar, '_', 'HystAar.pdf') + NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar=valgtVar, datoTil=datoTil, + OpMetode=2, outfile=outfile, tidsenhet='Aar') +} +NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar='Opf0AlvorlighetsGrad1', datoTil=datoTil, + OpMetode=4, outfile='KomplPostop_TLHaar.pdf', tidsenhet='Aar') + +#Postoperative komplikasjoner Hysteroskopi, lite alvorlige, utvikling siste 4 år +NGERFigAndelTid(RegData=NGERData, datoFra=datoFra, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, + OpMetode=2, outfile='Opf0AlvorlighetsGrad234_HystAar.pdf', tidsenhet='Aar') + + + +#------------------------------ Andeler per sykehus -------------------------- +#------------------------------ (AndelGrVar) -------------------------- +# 'Fedme (BMI>30)' = 'OpBMI', +# 'Dagkirurgiske inngrep' = 'OpDagkirurgi', +# 'Komplikasjoner under operasjon' = 'KomplIntra', (Laparoskopi, valgte sykehus..) +# 'Postop. komplikasjon: Alle' = 'KomplPostop', (Alle, valgte sykehus) +# 'TSS2: Møtet med gyn. avd. var svært godt' = 'Tss2Mott', +# 'TSS2: Behandlingsopplegg/-innhold passet svært bra' = 'Tss2Behandling', +# 'TSS2: Behandlerne lyttet- og forsto i svært stor grad' = 'Tss2Lytte', +# 'TSS2: Pasienten hadde svært stor tillit til sine behandlere' = 'Tss2Behandlere', +# 'TSS2: Pasient og behandlere svært enige om målsetn. for behandlinga' = 'Tss2Enighet', +# 'TSS2: Positiv oppfatning om gyn. avd.' = 'Tss2Generelt' +# 'Registreringsforsinkelse' = 'RegForsinkelse',Mer enn 4 uker fra op. til reg. + + +variable <- c( 'OpBMI', 'KomplPostop', 'OpDagkirurgi', 'RegForsinkelse', + 'Tss2Mott', 'Tss2Behandling', 'Tss2Lytte', 'Tss2Behandlere', 'Tss2Enighet', 'Tss2Generelt') +for (valgtVar in variable) { + outfile <- paste0(valgtVar, '_Shus.pdf') + NGERFigAndelerGrVar(RegData=NGERData, datoFra=datoFra1aar, valgtVar=valgtVar, datoTil=datoTil, outfile=outfile) +} + +#Laparoskopi +for (valgtVar in c('Alder', 'OpBMI', 'KomplIntra','KomplPostop', 'Opf0AlvorlighetsGrad1', 'Opf0AlvorlighetsGrad', + 'Opf0Reoperasjon','LapKonvertert', 'LapKonvertertUventet', 'OpDagkirurgi')) { + outfile <- paste0(valgtVar, '_LapShus.pdf') + NGERFigAndelerGrVar(RegData=NGERData, datoFra=datoFra1aar, valgtVar=valgtVar, datoTil=datoTil, + OpMetode=1, outfile=outfile) +} + + +#--Hysteroskopi +for (valgtVar in c('Alder', 'OpBMI','KomplIntra','KomplPostop', 'Opf0AlvorlighetsGrad1', 'Opf0AlvorlighetsGrad', + 'Opf0Reoperasjon')) { + outfile <- paste0(valgtVar, '_HystShus.pdf') + NGERFigAndelerGrVar(RegData=NGERData, datoFra=datoFra1aar, valgtVar=valgtVar, datoTil=datoTil, + OpMetode=2, outfile=outfile) +} + +#TLH +for (valgtVar in c('Alder', 'OpBMI')) { + outfile <- paste0(valgtVar, '_TLHShus.pdf') + NGERFigAndelerGrVar(RegData=NGERData, datoFra=datoFra1aar, valgtVar=valgtVar, datoTil=datoTil, + OpMetode=4, outfile=outfile) +} + +#------------------------------ Sentralmål per sykehus -------------------------- +# variable <- c('R0ScorePhys', 'R0ScoreRoleLmtPhy', 'R0ScoreRoleLmtEmo', 'R0ScoreEnergy', 'R0ScoreEmo', +# 'R0ScoreSosial', 'R0ScorePain', 'R0ScoreGeneral') +# variable <- c('Tss2Mott', 'Tss2Behandling', 'Tss2Lytte', +# 'Tss2Behandlere', 'Tss2Enighet', 'Tss2Generelt') +# variable <- 'OpTid' +# variable <- 'RegForsinkelse' + +NGERData <- NGERRegDataSQL(datoFra = datoFra1Yoppf, datoTil = datoTil) +#'TSS2, sumskår' = 'Tss2Sumskaar' +for (valgtVar in c('Tss2Sumskaar')) { + outfile <- paste0(valgtVar, '_' ,'ShGjsn.pdf') + NGERFigGjsnGrVar(RegData=NGERData, valgtVar=valgtVar, datoFra=datoFra1aar, datoTil=datoTil, + outfile=outfile) +} + +for (OpMetode in c(1,2,4)) { + outfile <- paste0('OpTid_', c('Lap','Hyst','', 'TLH')[OpMetode] ,'ShGjsn.pdf') + NGERFigGjsnGrVar(RegData=NGERData, valgtVar='OpTid', datoFra=datoFra1aar, datoTil=datoTil, + OpMetode = OpMetode, outfile=outfile) +} + +#Skal bare ha med Haugesund 701437, Bodø 706220, Trondheim 107644, Ullevål 700399 og Tønsberg 110734. +NGERDataUtvSh <- NGERData[which(NGERData$AvdRESH %in% c(701437, 706220, 107644, 700399, 110734)),] + +NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R0ScoreGeneral', datoFra=datoFra1aar, datoTil=datoTil, + outfile=paste0('R0ScoreGeneral_UtvalgteShGjsn.pdf')) +NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R1ScoreGeneral', datoFra=datoFra1Yoppf, datoTil=datoTil1Yoppf, + outfile=paste0('R1ScoreGeneral_UtvalgteShGjsn.pdf')) + + RegData <- NGERPreprosess(RegData = NGERDataUtvSh) + table(RegData$R1ScoreGeneral, RegData$Aar) + +#KvalInd +for (valgtVar in c('kvalInd', 'RAND0', 'TSS0')) { +outfile <- paste0(valgtVar, '_' ,'KI.pdf') +NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, datoTil=datoTil, + valgtVar=valgtVar, outfile=outfile) +} + +#Ønsker også Rand etter 1 år + NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1Yoppf, datoTil=datoTil1Yoppf, + valgtVar='RAND1', outfile='RAND1_KI.pdf') + + +#------------------------------Tabeller----------------------------------- +library(xtable) +library(nger) +#load(paste0('A:/NGER/Aarsrapp2018_2019-08-05.Rdata')) +RegData <- NGERData +RegData <- NGERPreprosess(RegData) + +#Antall registreringer siste 5 år +tabOpph <- tabAntOpphSh5Aar(RegData=RegData, datoTil=datoTil) +AarNaa <- as.numeric(format.Date(datoTil, "%Y")) +tabAvdAarN <- addmargins(table(RegData[which(RegData$Aar %in% (AarNaa-4):AarNaa), c('ShNavn','Aar')]), margin = 1) +xtable::xtable(tabAvdAarN, digits=0, align=c('l', rep('r',ncol(tabAvdAarN))), + caption = 'Antall registrerte opphold', + label = 'tab:AntRegAar') + + +#Tabell med antall registreringer for hvert sykehus, splittet på lap, hys og begge +RegData <- NGERPreprosess(RegData = NGERRegDataSQL(datoFra = '2020-01-01', datoTil = '2020-12-31')) +tab <- table(RegData[ ,c('ShNavn', "OpMetode")]) #, 'Aar' +dimnames(tab)$OpMetode <- c('Lap', 'Hys', 'Begge') +tab <- addmargins(tab, margin = 1) +#colSums(tab) + +# tabell <- cbind(tab[,,'2016'], +# ' ', +# tab[,,'2017'], +# ' ', +# tab[,,'2018'], +# ' ', +# tab[,,'2019'], +# ' ', +# tab[,,'2020']) + +xtable::xtable(tab, align=c('l', rep('r',ncol(tab))), digits=0) + +ggplot(RegData, aes(OpMetode)) + + geom_histogram(bins = 3) + + facet_wrap(~ShNavn, ncol=5) + + ggtitle("Eksempel") + + +#---- +tabGjsnTid <- t(UtDataGjsnTid$AggVerdier) +grtxt <-UtDataGjsnTid$grtxt +if ((min(nchar(grtxt)) == 5) & (max(nchar(grtxt)) == 5)) { + grtxt <- paste(substr(grtxt, 1,3), substr(grtxt, 4,5))} +rownames(tabGjsnTid) <- grtxt + +antKol <- ncol(tabGjsnTid) +navnKol <- colnames(tabGjsnTid) +if (antKol==6) {colnames(tabGjsnTid) <- c(navnKol[1:3], navnKol[1:3])} + +output$gjsnTidTab <- function() { + kableExtra::kable(tabGjsnTid, format = 'html' + , full_width=F + , digits = 1 #c(0,1,1,1)[1:antKol] + ) %>% + add_header_above(c(" "=1, 'Egen enhet/gruppe' = 3, 'Resten' = 3)[1:(antKol/3+1)]) %>% + #add_header_above(c(" "=1, 'Egen enhet/gruppe' = 3, 'Resten' = 3)[1:(antKol/3+1)]) %>% + column_spec(column = 1, width_min = '7em') %>% + column_spec(column = 2:(antKol+1), width = '7em') %>% + row_spec(0, bold = T) +} + + +# Karakteristikker +RegData <- NGERData +RegData <- NGERPreprosess(RegData) +NGERUtvalg <- NGERUtvalgEnh(RegData = RegData, minald = minald, maxald = maxald, datoFra = datoFra1aar, + datoTil = datoTil, OpMetode = OpMetode, Hastegrad=Hastegrad) +RegData <- NGERUtvalg$RegData + + +TabPasKar <- NGERtabVI(RegData) +cap <- "Gjennomsnittlig BMI, fødsler, graviditeter og knivtid for pasienter operert i 2018. Verdiene +er gitt samlet for alle typer inngrep og splittet for laparoskopi, +hysteroskopi og der begge prosedyrer er brukt. ." + +tab <- xtable::xtable(TabPasKar, align=c("l", "l", rep("r", ncol(TabPasKar)-1)), + digits=c(0,0,rep(1, ncol(TabPasKar)-1)), + caption=cap, label="tab:pasKarakteristika") + + +print(tab, include.rownames=FALSE, sanitize.text.function = function(x){x}) +write.table(tab, file="TabPasienkarakteristika.csv", row.names=F, sep=';') + +#-----------Resultater for enkeltsykehus-------------------------- +#Sandnessjøen, resh 103162. Postop blødning. Hysterektomi, 2015-2019 + +NGERFigAndelTid(RegData=NGERData, datoFra='2015-01-01', valgtVar='Opf0KomplBlodning', datoTil='2019-12-31', + reshID = 103162, enhetsUtvalg = 2, OpMetode=4, outfile='PostOpBlod_Sandnessj.pdf', tidsenhet='Aar') + From 66d4bbc610d814c474ff9d83b8cb140eed82995b Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 7 Apr 2021 10:25:30 +0200 Subject: [PATCH 03/10] Data til sykehusviser --- R/NGERhjelpefunksjoner.R | 8 +- aarsrapp/NGERKomplIntraHys_SKDE.csv | 13718 +++++++++++++ aarsrapp/NGERKomplIntraLap_SKDE.csv | 25448 ++++++++++++++++++++++++ aarsrapp/NGERKomplPostopHys_SKDE.csv | 9831 +++++++++ aarsrapp/NGERKomplPostopLap_SKDE.csv | 17366 ++++++++++++++++ aarsrapp/NGERTss2Generelt_SKDE.csv | 26256 +++++++++++++++++++++++++ doc/NGERaarsrapp2020.R | 89 +- man/NGERFigKvalInd.Rd | 3 +- 8 files changed, 92656 insertions(+), 63 deletions(-) create mode 100644 aarsrapp/NGERKomplIntraHys_SKDE.csv create mode 100644 aarsrapp/NGERKomplIntraLap_SKDE.csv create mode 100644 aarsrapp/NGERKomplPostopHys_SKDE.csv create mode 100644 aarsrapp/NGERKomplPostopLap_SKDE.csv create mode 100644 aarsrapp/NGERTss2Generelt_SKDE.csv diff --git a/R/NGERhjelpefunksjoner.R b/R/NGERhjelpefunksjoner.R index 851c7d6..0e7fd5c 100644 --- a/R/NGERhjelpefunksjoner.R +++ b/R/NGERhjelpefunksjoner.R @@ -162,8 +162,8 @@ abonnementNGER <- function(rnwFil, brukernavn='ngerBrukernavn', reshID=0, #' @return Datafil til Resultatportalen #' @export -dataTilOffVisning <- function(RegData = RegData, valgtVar, datoFra = '2014-01-01', aar=0, - OpMetode=0, +dataTilOffVisning <- function(RegData = RegData, valgtVar, datoFra = '2014-01-01', + datoTil = Sys.Date(), OpMetode=0, indID = 'indDummy', ResPort=0, lastNedFil=0, filUt='dummy'){ @@ -171,7 +171,8 @@ dataTilOffVisning <- function(RegData = RegData, valgtVar, datoFra = '2014-01-01 figurtype <- ifelse(valgtVar=='Tss2Sumskaar', 'gjsnGrVar', 'andelGrVar') #MÅ ENDRES FOR SUMSKÅR!! NGERVarSpes <- NGERVarTilrettelegg(RegData=RegData, valgtVar=valgtVar, figurtype = figurtype) RegData <- NGERUtvalgEnh(RegData=NGERVarSpes$RegData, OpMetode = OpMetode, - datoFra = paste0(aar[1],'-01-01'), datoTil = paste0(rev(aar)[1], '-12-31'))$RegData #datoFra = datoFra) #) # #, datoTil=datoTil) + datoFra = datoFra, datoTil = datoTil, + )$RegData if (ResPort == 1){ # For hver kvalitetsindikator @@ -265,6 +266,7 @@ dataTilOffVisning <- function(RegData = RegData, valgtVar, datoFra = '2014-01-01 + #' ARE: Provide registration delay for NGER #' #' Provide registration delay in median number of days grouped by years diff --git a/aarsrapp/NGERKomplIntraHys_SKDE.csv b/aarsrapp/NGERKomplIntraHys_SKDE.csv new file mode 100644 index 0000000..767e72f --- /dev/null +++ b/aarsrapp/NGERKomplIntraHys_SKDE.csv @@ -0,0 +1,13718 @@ +"year";"orgnr";"var";"denominator";"ind_id" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631776";0;1;"nger_kompl_intra_hys" +2016;"974631776";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";1;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631776";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";1;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974633191";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";1;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";1;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795515";1;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";1;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631776";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";1;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631776";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";1;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974733013";1;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633191";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";1;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2016;"994958682";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"994958682";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974744570";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"994958682";1;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2016;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2017;"994958682";1;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974631091";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974743272";1;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974595214";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"994958682";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2016;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";1;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974747138";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";1;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";1;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974747138";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974795787";1;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974595214";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";1;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795477";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";1;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";1;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974557746";1;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"974724774";1;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974743272";1;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";1;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";1;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";1;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";1;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";1;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795361";1;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";1;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"922748144";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974747138";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2016;"974747138";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631776";1;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"994958682";1;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974633698";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";1;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"974744570";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974795930";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";1;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974733013";1;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";1;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974633574";1;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974795515";0;1;"nger_kompl_intra_hys" +2017;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974795833";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795361";1;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2017;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974633191";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";1;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"994958682";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";1;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";1;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2017;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";1;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2017;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2017;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2017;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795930";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2017;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974631776";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795833";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";1;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974795833";1;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974705788";1;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795361";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974703300";1;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2017;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795930";0;1;"nger_kompl_intra_hys" +2018;"974795930";0;1;"nger_kompl_intra_hys" +2018;"974795930";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974795833";1;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974589095";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";1;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2017;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974589095";1;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795833";1;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974631326";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974743272";1;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";1;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";1;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2017;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974633574";1;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974631768";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"994958682";1;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"922748144";1;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974795515";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";1;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974632535";1;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";1;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"994958682";1;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2018;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974557746";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974795361";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974747545";0;1;"nger_kompl_intra_hys" +2019;"974747545";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2018;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974589095";1;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2018;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974557746";1;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795361";1;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974631091";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";1;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795930";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";1;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974724774";1;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795833";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2018;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";1;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631768";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974557746";1;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974705788";1;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";1;1;"nger_kompl_intra_hys" +2019;"974744570";1;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974744570";1;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974705788";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";1;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2018;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2018;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";1;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974744570";1;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2017;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633698";1;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974557746";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631091";1;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974749025";1;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";1;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795833";1;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795930";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";1;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795833";1;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";1;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974589095";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";1;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974633191";1;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795930";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974747138";1;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";1;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631768";1;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974795833";1;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";1;1;"nger_kompl_intra_hys" +2018;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";1;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795639";1;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";1;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974795787";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795515";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";1;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974795574";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974747545";0;1;"nger_kompl_intra_hys" +2019;"974747545";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974631091";1;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974631776";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2018;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631407";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974795930";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";1;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974744570";1;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";1;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974631776";1;1;"nger_kompl_intra_hys" +2019;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"994958682";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2017;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2019;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2019;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2018;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2019;"974631091";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";1;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";1;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2019;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";1;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2019;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";1;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974733013";1;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";1;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";1;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974744570";1;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2019;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";1;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2018;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2019;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2019;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974631768";1;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2019;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";1;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2019;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974754118";1;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2019;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974703300";1;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2019;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";1;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";1;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974754118";1;1;"nger_kompl_intra_hys" +2020;"974633698";1;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"922748144";1;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974588951";1;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974724774";1;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795477";1;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";1;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795833";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";1;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"922748144";1;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";1;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";1;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";1;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974744570";1;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";1;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795477";1;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";1;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795639";1;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";1;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"922748144";1;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";1;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";1;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795396";1;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";1;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974724774";1;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974754118";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974795833";1;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974631768";1;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974795787";1;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633191";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";1;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974705788";1;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974633698";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974631385";1;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974795515";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;NA;0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974795477";0;1;"nger_kompl_intra_hys" +2020;"974744570";1;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"922748144";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795787";0;1;"nger_kompl_intra_hys" +2020;"974747545";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974742985";0;1;"nger_kompl_intra_hys" +2020;"974631776";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974795639";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974631768";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974745569";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2019;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795574";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795396";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974589095";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974703300";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974557746";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"994958682";1;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974744570";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2019;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974595214";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974706490";0;1;"nger_kompl_intra_hys" +2020;"974747138";0;1;"nger_kompl_intra_hys" +2020;"974589095";1;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";1;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974633191";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974632535";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"994958682";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795477";1;1;"nger_kompl_intra_hys" +2020;"974631407";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974743272";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974588951";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974733013";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974705788";0;1;"nger_kompl_intra_hys" +2020;"974754118";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631326";0;1;"nger_kompl_intra_hys" +2020;"974631091";0;1;"nger_kompl_intra_hys" +2020;"974631385";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974795361";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974749025";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974795833";0;1;"nger_kompl_intra_hys" +2020;"974724774";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2020;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";1;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974557746";1;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974745569";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";1;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";1;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974747545";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";1;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";1;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974703300";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974795515";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795477";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974795787";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795930";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974724774";1;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974589095";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974744570";0;1;"nger_kompl_intra_hys" +2016;"974743272";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";0;1;"nger_kompl_intra_hys" +2016;"974795361";1;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974557746";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974631326";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974633574";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974724774";0;1;"nger_kompl_intra_hys" +2016;"974633191";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" +2016;"974632535";0;1;"nger_kompl_intra_hys" diff --git a/aarsrapp/NGERKomplIntraLap_SKDE.csv b/aarsrapp/NGERKomplIntraLap_SKDE.csv new file mode 100644 index 0000000..52599ea --- /dev/null +++ b/aarsrapp/NGERKomplIntraLap_SKDE.csv @@ -0,0 +1,25448 @@ +"year";"orgnr";"var";"denominator";"ind_id" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974707152";1;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633698";1;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";1;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";1;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";1;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974795361";1;1;"nger_kompl_intra_lap" +2016;"974745569";1;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";1;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633191";1;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974631776";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631091";1;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";1;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";1;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974749025";1;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631768";1;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631091";1;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";1;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";1;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974733013";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974706490";1;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";1;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974706490";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795787";1;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974703300";1;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795930";1;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";1;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";1;1;"nger_kompl_intra_lap" +2017;"974795515";1;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";1;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";1;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";1;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";1;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";1;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795833";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";1;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974557746";1;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";1;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974743272";1;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";1;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";1;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631776";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";1;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";1;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974724774";1;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974795930";1;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974595214";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974795930";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";1;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";1;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974724774";1;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";1;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974633574";1;1;"nger_kompl_intra_lap" +2017;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974631326";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795361";1;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974747545";1;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974747545";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";1;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974744570";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";1;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974795833";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974749025";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";1;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";1;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2017;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633698";1;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";1;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2017;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2017;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2017;"994958682";1;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2017;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974795477";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2017;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";1;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";1;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2017;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";1;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631776";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2017;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";1;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2017;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974631768";1;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631407";1;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795833";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";1;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";1;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974631326";1;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974631776";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631326";1;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";1;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";1;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974747545";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";1;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";1;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2017;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";1;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633191";1;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795361";1;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";1;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974632535";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";1;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974795930";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974733013";1;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";1;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974724774";1;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";1;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";1;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2018;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";0;1;"nger_kompl_intra_lap" +2018;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974707152";1;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631768";1;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";1;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974707152";1;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";1;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2018;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";1;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974744570";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974744570";1;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633698";1;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795361";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974705788";1;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974705788";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";1;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2018;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";1;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2018;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";1;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795477";1;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2017;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2018;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974632535";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";1;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";1;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";1;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";1;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974631407";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";1;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2018;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2018;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";1;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";1;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2018;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795833";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";1;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";1;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";1;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974724774";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974633698";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";1;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";1;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";1;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";1;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974747545";1;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974747545";1;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631407";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795930";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747545";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";1;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";1;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974633698";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";1;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";1;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";1;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";1;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";1;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";1;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2018;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";1;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";1;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974724774";1;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974747545";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974795930";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631407";1;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2019;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974753898";0;1;"nger_kompl_intra_lap" +2019;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2019;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974753898";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974753898";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974733013";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";1;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2019;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2019;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2019;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2019;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"994958682";1;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2019;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"993573159";1;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";1;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2018;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795396";1;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795361";1;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974747138";1;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2019;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";1;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";1;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631385";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";1;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795574";1;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";1;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2019;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974747545";1;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974747545";1;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";1;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";1;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";1;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";1;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";1;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2019;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2018;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974595214";1;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974749025";1;1;"nger_kompl_intra_lap" +2020;"974749025";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974749025";1;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795639";1;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";1;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";1;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"994958682";1;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795396";1;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";1;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";1;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2019;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631091";1;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795396";1;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974795515";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974795639";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";1;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;NA;0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"922748144";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"993573159";1;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974747138";1;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974795787";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974747545";1;1;"nger_kompl_intra_lap" +2020;"974747545";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974742985";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631776";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974632535";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"993573159";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";1;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974703300";1;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633191";1;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2019;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974733013";1;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974733013";1;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974631326";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974589095";0;1;"nger_kompl_intra_lap" +2020;"974631776";1;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974633698";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974795396";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974595214";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974747138";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974631091";0;1;"nger_kompl_intra_lap" +2020;"974703300";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974744570";0;1;"nger_kompl_intra_lap" +2020;"974706490";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974631768";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974743272";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974633191";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974631407";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974588951";0;1;"nger_kompl_intra_lap" +2020;"974707152";0;1;"nger_kompl_intra_lap" +2020;"974795477";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974733013";0;1;"nger_kompl_intra_lap" +2020;"974754118";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974795574";0;1;"nger_kompl_intra_lap" +2020;"974631385";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974795361";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";1;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2019;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974749025";0;1;"nger_kompl_intra_lap" +2020;"974705788";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"994958682";0;1;"nger_kompl_intra_lap" +2020;"994958682";1;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974795833";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974745569";0;1;"nger_kompl_intra_lap" +2020;"974724774";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2020;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";1;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974743272";1;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";1;1;"nger_kompl_intra_lap" +2016;"974745569";1;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";0;1;"nger_kompl_intra_lap" +2016;"974745569";1;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974749025";0;1;"nger_kompl_intra_lap" +2016;"974747545";1;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";1;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795787";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974795477";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974795361";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";1;1;"nger_kompl_intra_lap" +2016;"974633698";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974703300";1;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974633698";1;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974795930";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974633574";1;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974743272";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";1;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974707152";0;1;"nger_kompl_intra_lap" +2016;"974747138";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974733013";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974747545";0;1;"nger_kompl_intra_lap" +2016;"974744570";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974557746";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974631326";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";0;1;"nger_kompl_intra_lap" +2016;"974795515";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974589095";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974633574";0;1;"nger_kompl_intra_lap" +2016;"974703300";1;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974724774";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974633698";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974633191";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974631776";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" +2016;"974632535";0;1;"nger_kompl_intra_lap" diff --git a/aarsrapp/NGERKomplPostopHys_SKDE.csv b/aarsrapp/NGERKomplPostopHys_SKDE.csv new file mode 100644 index 0000000..1976596 --- /dev/null +++ b/aarsrapp/NGERKomplPostopHys_SKDE.csv @@ -0,0 +1,9831 @@ +"year";"orgnr";"var";"denominator";"ind_id" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631776";0;1;"nger_kompl_postop_hys" +2016;"974631776";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";1;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631776";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974633191";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";1;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631776";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631776";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633191";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2016;"994958682";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"994958682";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974633574";1;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974631768";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2016;"974631091";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";1;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2016;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974595214";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974747138";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974733013";1;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795833";1;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974595214";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795930";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633191";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";1;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";1;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";1;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795930";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795930";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974747138";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795833";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974633698";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633191";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974744570";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974733013";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631768";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795930";0;1;"nger_kompl_postop_hys" +2017;"974795930";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974743272";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631768";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974631768";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974795515";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2017;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974795361";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";1;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974633191";1;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974631091";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974747545";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2017;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"994958682";1;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974744570";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974747545";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2017;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2017;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2017;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";1;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974744570";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2017;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";1;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2017;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974745569";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2017;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795930";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974631776";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";1;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795833";1;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";1;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";1;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795361";1;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2017;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795833";1;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974795930";0;1;"nger_kompl_postop_hys" +2018;"974795930";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974703300";1;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795477";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";1;1;"nger_kompl_postop_hys" +2018;"974747545";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974795515";1;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974747545";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974705788";1;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974633574";1;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974706490";1;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974747545";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2018;"974795515";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974795361";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2018;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974747545";0;1;"nger_kompl_postop_hys" +2019;"974747545";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2018;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974795787";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";1;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2018;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795930";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";1;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2018;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2018;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";1;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";1;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974632535";1;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";1;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";1;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974705788";1;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974631776";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795930";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974631776";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631776";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";1;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795930";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974703300";1;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974795787";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974631776";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795515";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974703300";1;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974795574";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974747545";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974631407";0;1;"nger_kompl_postop_hys" +2019;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974795930";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974631776";0;1;"nger_kompl_postop_hys" +2019;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2019;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974703300";0;1;"nger_kompl_postop_hys" +2019;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2017;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2019;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";1;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2019;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2019;"974631091";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2019;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2019;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2019;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";1;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2019;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2019;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";1;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2019;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974703300";1;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795396";1;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795477";1;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974742985";1;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974733013";1;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795477";1;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"922748144";1;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795396";1;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795833";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974631776";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974633698";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795515";0;1;"nger_kompl_postop_hys" +2020;NA;0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;NA;0;1;"nger_kompl_postop_hys" +2020;NA;0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631385";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974795477";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"922748144";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";1;1;"nger_kompl_postop_hys" +2020;"974742985";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795787";0;1;"nger_kompl_postop_hys" +2020;"974747545";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974557746";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974795639";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974633574";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631768";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974745569";0;1;"nger_kompl_postop_hys" +2019;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795574";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795396";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974705788";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974703300";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974754118";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";1;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"994958682";1;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974744570";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974595214";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974706490";0;1;"nger_kompl_postop_hys" +2020;"974747138";0;1;"nger_kompl_postop_hys" +2020;"974589095";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974631407";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974724774";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974633191";0;1;"nger_kompl_postop_hys" +2020;"974632535";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"994958682";0;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974795477";1;1;"nger_kompl_postop_hys" +2020;"974749025";0;1;"nger_kompl_postop_hys" +2020;"974743272";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974795361";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974588951";0;1;"nger_kompl_postop_hys" +2020;"974733013";0;1;"nger_kompl_postop_hys" +2020;"974631326";0;1;"nger_kompl_postop_hys" +2020;"974631091";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";1;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";1;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974745569";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974743272";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974747545";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974743272";0;1;"nger_kompl_postop_hys" +2016;"974703300";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974795515";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795477";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974795787";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795930";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974724774";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974589095";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974744570";0;1;"nger_kompl_postop_hys" +2016;"974743272";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974795361";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974557746";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974631326";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974633574";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" +2016;"974632535";0;1;"nger_kompl_postop_hys" diff --git a/aarsrapp/NGERKomplPostopLap_SKDE.csv b/aarsrapp/NGERKomplPostopLap_SKDE.csv new file mode 100644 index 0000000..f5d2971 --- /dev/null +++ b/aarsrapp/NGERKomplPostopLap_SKDE.csv @@ -0,0 +1,17366 @@ +"year";"orgnr";"var";"denominator";"ind_id" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";1;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974631776";1;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";1;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631768";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";1;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2016;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974724774";1;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974749025";1;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";1;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";1;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"994958682";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974632535";1;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";1;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";1;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974632535";1;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";1;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";1;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";1;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";1;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";1;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974633698";1;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";1;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";1;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";1;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";1;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974747138";1;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";1;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631091";1;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";1;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974743272";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"974795930";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974595214";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";1;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974703300";1;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";1;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974733013";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974706490";1;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";1;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"922748144";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974632535";1;1;"nger_kompl_postop_lap" +2017;"974747545";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974744570";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974795833";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974631091";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";1;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";1;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2017;"974749025";1;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974595214";1;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974595214";1;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631091";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2017;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974703300";1;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2017;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795477";1;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2017;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";1;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2017;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";0;1;"nger_kompl_postop_lap" +2017;"974745569";1;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974745569";1;1;"nger_kompl_postop_lap" +2018;"974745569";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";1;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974707152";1;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";1;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";1;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2017;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";1;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631776";1;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";1;1;"nger_kompl_postop_lap" +2018;"974707152";1;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974632535";1;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";1;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";1;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2017;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";1;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633191";1;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";1;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";1;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";1;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";1;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";1;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";1;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";1;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";1;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";1;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";1;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631776";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974707152";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795477";1;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";1;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974633574";1;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";1;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974747545";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974631385";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";1;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974795515";1;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631385";0;1;"nger_kompl_postop_lap" +2018;"974631385";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";1;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974724774";1;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795515";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974724774";1;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795930";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974631768";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2018;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";1;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974631407";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2018;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974749025";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974733013";1;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2018;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";1;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2018;"974795477";1;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";1;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2018;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"994958682";0;1;"nger_kompl_postop_lap" +2018;"994958682";1;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";1;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2018;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974706490";1;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795930";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974742985";1;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2018;"974724774";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631385";1;1;"nger_kompl_postop_lap" +2019;"922748144";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2018;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2018;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2018;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";1;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633698";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2018;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";1;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974744570";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974632535";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2018;"974745569";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974749025";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974744570";1;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974733013";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974632535";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";1;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";1;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974742985";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";1;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974707152";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974633698";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";1;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"922748144";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795477";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";1;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974743272";1;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";1;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"994958682";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631091";1;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974705788";1;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631768";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974795574";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974724774";1;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974633698";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631385";1;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974747138";1;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";1;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974632535";1;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";1;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974631407";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795930";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974747545";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974633191";1;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";1;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";1;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";1;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";1;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974631326";1;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2019;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2019;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";1;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2019;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";1;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2019;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974795833";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2019;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";1;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2019;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974632535";1;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974747138";1;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974795930";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974795930";1;1;"nger_kompl_postop_lap" +2020;"974795930";0;1;"nger_kompl_postop_lap" +2020;"974795930";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974795930";0;1;"nger_kompl_postop_lap" +2020;"974795930";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974632535";1;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2019;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974744570";1;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974724774";1;1;"nger_kompl_postop_lap" +2020;"974724774";1;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974753898";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974753898";1;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974753898";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";1;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2019;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974703300";1;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974744570";1;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";1;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974631768";1;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2019;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2019;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2019;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631326";1;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2019;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795639";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974754118";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631385";1;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";1;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";1;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974747138";1;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";1;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";1;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";1;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974724774";1;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";1;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";1;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";1;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";1;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";1;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974557746";1;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974595214";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795515";1;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795396";1;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";1;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";1;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795515";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974707152";1;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974795639";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974743272";1;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"922748144";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;NA;0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974795833";0;1;"nger_kompl_postop_lap" +2020;"974795787";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";1;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974747545";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633574";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974742985";0;1;"nger_kompl_postop_lap" +2020;"974631776";1;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974632535";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"993573159";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974754118";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633574";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974745569";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2019;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974595214";1;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974631326";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974631768";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974589095";0;1;"nger_kompl_postop_lap" +2020;"974631776";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974733013";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974633698";0;1;"nger_kompl_postop_lap" +2020;"974795396";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"994958682";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974595214";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974744570";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974706490";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"994958682";1;1;"nger_kompl_postop_lap" +2020;"974747138";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974631091";0;1;"nger_kompl_postop_lap" +2020;"974703300";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974743272";0;1;"nger_kompl_postop_lap" +2020;"974705788";0;1;"nger_kompl_postop_lap" +2020;"974633191";0;1;"nger_kompl_postop_lap" +2020;"974557746";0;1;"nger_kompl_postop_lap" +2020;"974631407";0;1;"nger_kompl_postop_lap" +2020;"974795361";0;1;"nger_kompl_postop_lap" +2020;"974588951";0;1;"nger_kompl_postop_lap" +2020;"974707152";0;1;"nger_kompl_postop_lap" +2020;"974795477";0;1;"nger_kompl_postop_lap" +2020;"974724774";0;1;"nger_kompl_postop_lap" +2020;"974795574";0;1;"nger_kompl_postop_lap" +2020;"974631385";0;1;"nger_kompl_postop_lap" +2020;"974749025";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";1;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";1;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";1;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";1;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";1;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";1;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";1;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974745569";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795361";1;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";1;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974744570";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974747138";1;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974631326";1;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795787";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974795477";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795515";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974795361";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974557746";1;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974795930";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974743272";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974707152";0;1;"nger_kompl_postop_lap" +2016;"974747138";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974733013";0;1;"nger_kompl_postop_lap" +2016;"974747545";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974724774";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974557746";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974631326";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974633574";0;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974589095";1;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974589095";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633574";1;1;"nger_kompl_postop_lap" +2016;"974703300";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633698";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974633191";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974631776";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" +2016;"974632535";0;1;"nger_kompl_postop_lap" diff --git a/aarsrapp/NGERTss2Generelt_SKDE.csv b/aarsrapp/NGERTss2Generelt_SKDE.csv new file mode 100644 index 0000000..3eb130e --- /dev/null +++ b/aarsrapp/NGERTss2Generelt_SKDE.csv @@ -0,0 +1,26256 @@ +"year";"orgnr";"var";"denominator";"ind_id" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631091";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631776";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631091";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974743272";0;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974631776";0;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";0;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631091";0;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2016;"994958682";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"994958682";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974747138";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2016;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";0;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";0;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974595214";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633698";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795930";0;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";0;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974743272";0;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795930";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795515";0;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";0;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974705788";0;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633698";0;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974744570";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";0;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";0;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974747545";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974733013";0;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974795361";0;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795515";0;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974595214";0;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974743272";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633698";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974743272";0;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";0;1;"nger_pasient_tilfredshet" +2017;"974631091";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974747138";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"974795930";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974595214";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974595214";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974705788";0;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974743272";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";0;1;"nger_pasient_tilfredshet" +2017;"974707152";0;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974633698";0;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974633698";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631326";0;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974733013";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974632535";0;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974795787";0;1;"nger_pasient_tilfredshet" +2017;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631768";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974744570";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974795833";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974633191";0;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633698";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";0;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";0;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";0;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631768";0;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2017;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2017;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2017;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";0;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";0;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2017;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2017;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2017;"974745569";0;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";0;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2017;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974745569";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2017;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795930";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";0;1;"nger_pasient_tilfredshet" +2018;"974631407";0;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";0;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974595214";0;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2017;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2017;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"922748144";0;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795787";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631776";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";0;1;"nger_pasient_tilfredshet" +2018;"974631768";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633191";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974795515";0;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";0;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974747545";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";0;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631768";0;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795515";0;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"922748144";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631385";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";0;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631385";1;1;"nger_pasient_tilfredshet" +2018;"974631385";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";0;1;"nger_pasient_tilfredshet" +2018;"994958682";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795515";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974795361";0;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974595214";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795930";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974631768";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";0;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974706490";0;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2018;"974747545";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2018;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631768";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974795787";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974589095";0;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2018;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2018;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2018;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2018;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2018;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2018;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2018;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795930";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2018;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2018;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2018;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2018;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2018;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2018;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974744570";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795930";0;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974744570";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974744570";0;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";0;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631385";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974595214";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631776";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974745569";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631385";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974742985";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974795477";0;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795833";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974703300";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"922748144";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";0;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974707152";0;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631385";0;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974795574";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974743272";0;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974632535";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974631407";0;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974795787";0;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974631407";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974795930";0;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795930";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974706490";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974747545";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"994958682";0;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974633698";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974747138";0;1;"nger_pasient_tilfredshet" +2019;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";0;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2017;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631385";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";0;1;"nger_pasient_tilfredshet" +2019;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974733013";0;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2019;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2019;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974588951";0;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2019;"993573159";0;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2019;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2019;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795930";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795930";1;1;"nger_pasient_tilfredshet" +2020;"974795930";1;1;"nger_pasient_tilfredshet" +2020;"974795930";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795930";0;1;"nger_pasient_tilfredshet" +2020;"974795930";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2019;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974753898";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974753898";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974733013";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974753898";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2019;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2019;"974631768";0;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631385";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2019;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974754118";0;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2019;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2019;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2019;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795515";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974795477";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974754118";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795515";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974745569";0;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";0;1;"nger_pasient_tilfredshet" +2020;"974745569";0;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";0;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";0;1;"nger_pasient_tilfredshet" +2020;"974588951";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";0;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974795515";0;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974724774";0;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";0;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633698";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795515";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974703300";0;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974754118";0;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974747138";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974795396";0;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"994958682";0;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974795515";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"974795787";0;1;"nger_pasient_tilfredshet" +2020;NA;0;1;"nger_pasient_tilfredshet" +2020;"974795574";0;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";0;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"922748144";0;1;"nger_pasient_tilfredshet" +2020;"974795833";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974744570";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"922748144";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974795787";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974747545";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974742985";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631776";0;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974632535";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"993573159";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795639";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633574";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974631768";0;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974745569";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2019;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";0;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974795574";0;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974595214";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974795396";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974707152";0;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974589095";0;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974557746";0;1;"nger_pasient_tilfredshet" +2020;"974595214";0;1;"nger_pasient_tilfredshet" +2020;"974631768";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631776";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974754118";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974633698";1;1;"nger_pasient_tilfredshet" +2020;"974795396";0;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974631091";0;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974595214";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974744570";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974706490";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974747138";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974589095";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2020;"974703300";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";0;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974632535";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";0;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974743272";0;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"994958682";1;1;"nger_pasient_tilfredshet" +2020;"974705788";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974633191";1;1;"nger_pasient_tilfredshet" +2020;"974557746";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974631407";1;1;"nger_pasient_tilfredshet" +2020;"974749025";1;1;"nger_pasient_tilfredshet" +2020;"974743272";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974795361";1;1;"nger_pasient_tilfredshet" +2020;"974795361";0;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974588951";1;1;"nger_pasient_tilfredshet" +2020;"974707152";1;1;"nger_pasient_tilfredshet" +2020;"974795477";1;1;"nger_pasient_tilfredshet" +2020;"974733013";1;1;"nger_pasient_tilfredshet" +2020;"974724774";1;1;"nger_pasient_tilfredshet" +2020;"974795574";1;1;"nger_pasient_tilfredshet" +2020;"974631385";1;1;"nger_pasient_tilfredshet" +2020;"974705788";0;1;"nger_pasient_tilfredshet" +2020;"974631326";1;1;"nger_pasient_tilfredshet" +2020;"974631091";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795515";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974745569";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795930";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974795361";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";0;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974795787";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974795515";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";0;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";0;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";0;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795515";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974743272";0;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795477";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974795787";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974795930";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974724774";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974707152";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974747138";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974733013";1;1;"nger_pasient_tilfredshet" +2016;"974747545";1;1;"nger_pasient_tilfredshet" +2016;"974744570";1;1;"nger_pasient_tilfredshet" +2016;"974743272";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974724774";0;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974795361";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";0;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974557746";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974631326";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974703300";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";0;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974589095";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974633574";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974703300";0;1;"nger_pasient_tilfredshet" +2016;"974633698";0;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633698";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974633191";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974631776";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";1;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" +2016;"974632535";0;1;"nger_pasient_tilfredshet" diff --git a/doc/NGERaarsrapp2020.R b/doc/NGERaarsrapp2020.R index ff09aa2..5df0bf4 100644 --- a/doc/NGERaarsrapp2020.R +++ b/doc/NGERaarsrapp2020.R @@ -35,71 +35,44 @@ setwd('/home/rstudio/nger/aarsrapp' ) #"P:/Registerinfo og historie/NGER/aarsrap #--------------------Data til SKDE/Resultaportalen------------------ #KomplIntra, KomplPostop, Opf0AlvorlighetsGrad #OpMetode 1: Laparoskopi #2: Hysteroskopi, 2019: 5954 3146 +library(nger) +RegData <- NGERPreprosess(RegData = NGERRegDataSQL(datoFra = '2016-01-01', + datoTil = '2020-12-31')) -RegData <- NGERPreprosess(RegData = NGERRegDataSQL()) +# dataTilOffVisning(RegData = RegData, valgtVar, datoFra = '2014-01-01', aar=0, +# OpMetode=0, +# indID = 'indDummy', ResPort=0, lastNedFil=1, filUt='dummy') #Forekomsten av komplikasjoner ved inngrep. #Lap Hys -dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplIntra', - aar=2016:2019, OpMetode = 1, - indID = 'nger_kompl_intra_lap', filUt='KomplIntraLap') -dataTiloffVis <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplIntra', - aar=2016:2019, OpMetode = 1, ResPort = 1, +dataTilSKDE <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplIntra', + OpMetode = 1, + ResPort=0, lastNedFil=1, indID = 'nger_kompl_intra_lap', filUt='KomplIntraLap') -dataTilResPort <- dataTilResPort(RegData = RegData, valgtKI = 'KomplIntra', - aar=2016:2019, OpMetode=1, filUt='dummy') - - - - +dataTilSKDE <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplIntra', + OpMetode = 2, + ResPort=0, lastNedFil=1, + indID = 'nger_kompl_intra_hys', filUt='KomplIntraHys') #Forekomsten av middels og alvorlige komplikasjoner etter inngrep. #Lap Hys -dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplPostopAlvor', - aar=2016:2019, OpMetode = 1, +dataTilSKDE <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplPostopAlvor', + OpMetode = 1, + ResPort=0, lastNedFil=1, indID = 'nger_kompl_postop_lap', filUt='KomplPostopLap') -dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'KomplPostopAlvor', #'Opf0AlvorlighetsGrad', # - aar=2016:2019, OpMetode = 2, +dataTilSKDE <- dataTilOffVisning(RegData=RegData, valgtVar = 'KomplPostopAlvor', #'Opf0AlvorlighetsGrad', # + OpMetode = 2, + ResPort=0, lastNedFil=1, indID = 'nger_kompl_postop_hys', filUt='KomplPostopHys') #Andel pasienter som har positiv eller svært positiv oppfatning av gynekologisk avdeling. -dataTilSKDE <- dataTilSKDE(RegData=RegData, valgtVar = 'Tss2Generelt', - aar=2016:2019, +dataTilSKDE <- dataTilOffVisning(RegData=RegData, valgtVar = 'Tss2Generelt', + #aar=2016:2019, + ResPort=0, lastNedFil=1, indID = 'nger_pasient_tilfredshet', filUt='Tss2Generelt') tapply(dataTilSKDE$var, dataTilSKDE$year, FUN='mean')*100 -#--------------------Offentliggjøring-------------------------- - -NGERFigAndelTid(RegData=NGERData, valgtVar='KomplIntra', datoFra=datoFra, datoTil=datoTil, - OpMetode=1, tidsenhet='Aar', - outfile='Fig1 Andel intraoperative komplikasjoner siste år, laparoskopi.png') - -NGERFigAndelTid(RegData=NGERData, valgtVar='LapKonvertert', datoFra=datoFra, datoTil=datoTil, - tidsenhet='Aar', OpMetode = 1, - outfile='Fig3 Utvikling konvertering til laparotomi.png') - -NGERFigAndelTid(RegData=NGERData, valgtVar='KomplPostop', datoFra=datoFra, datoTil=datoTil, - tidsenhet='Aar', OpMetode = 4, Hastegrad = 1, - outfile='Fig4 antall postopr kompl ved TLH per aar.png') - - -NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='LapIntraabdominell', datoTil=datoTil, - outfile='Fig2 Intraabdominelle kompl ved laparoskopi.png') - -NGERFigAndeler(RegData=NGERData, datoFra=datoFra1aar, valgtVar='Opf0AlvorlighetsGrad', datoTil=datoTil, - OpMetode = 4, outfile='Fig5 Alvorlighetsgrad ved TLH.png') - -NGERFigAndeler(RegData=NGERData, valgtVar='Tss2Generelt', datoFra=datoFra1aar, datoTil=datoTil, - outfile='Fig6 TSS2 Oppfatning om gynekologisk avdeling.png') - -NGERFigKvalInd(RegData=NGERData, valgtVar='TSS0', datoFra=datoFra1aar, datoTil=datoTil, - outfile='Fig7 TSS2 samlet.png') - -NGERFigGjsnGrVar(RegData=NGERData, valgtVar='Tss2Generelt', datoFra=datoFra1aar, datoTil=datoTil, - Hastegrad = 1, outfile='Fig8 Gjsn sumskår, oppfatning om gyn avd generelt.png') - - #-------------------------------Årsrapport 2020 og 21------------------------------- #Figurer med RAND? @@ -198,9 +171,7 @@ NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, valgtVar='TSS0', datoTil=d NGERFigKvalInd(RegData=NGERData, datoFra=datoFra1aar, valgtVar='TSS0', datoTil=datoTil, OpMetode = 4, outfile='TSS0_fordTotLapHys.pdf') -#------------------------------ Andeler per år -------------------------- -#------------------------------ (AndelTid) -------------------------- - +#------------------------------ Andeler per år (AndelTid)-------------------------- # 'Dagkirurgiske inngrep' = 'OpDagkirurgi', (lapraroskopi, elektiv) # Lokalbedøvelse = OpAnestesi (hysteroskopi, elektiv) # 'ASA-grad > II' = 'OpASA', (Alle / tot.lap hysrektomi) @@ -332,8 +303,8 @@ NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R0ScoreGeneral', datoFra=datoF NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R1ScoreGeneral', datoFra=datoFra1Yoppf, datoTil=datoTil1Yoppf, outfile=paste0('R1ScoreGeneral_UtvalgteShGjsn.pdf')) - RegData <- NGERPreprosess(RegData = NGERDataUtvSh) - table(RegData$R1ScoreGeneral, RegData$Aar) +# RegData <- NGERPreprosess(RegData = NGERDataUtvSh) +# table(RegData$R1ScoreGeneral, RegData$Aar) #KvalInd for (valgtVar in c('kvalInd', 'RAND0', 'TSS0')) { @@ -382,10 +353,10 @@ tab <- addmargins(tab, margin = 1) xtable::xtable(tab, align=c('l', rep('r',ncol(tab))), digits=0) -ggplot(RegData, aes(OpMetode)) + - geom_histogram(bins = 3) + - facet_wrap(~ShNavn, ncol=5) + - ggtitle("Eksempel") +# ggplot::ggplot(RegData, aes(OpMetode)) + +# geom_histogram(bins = 3) + +# facet_wrap(~ShNavn, ncol=5) + +# ggtitle("Eksempel") #---- @@ -436,6 +407,6 @@ write.table(tab, file="TabPasienkarakteristika.csv", row.names=F, sep=';') #-----------Resultater for enkeltsykehus-------------------------- #Sandnessjøen, resh 103162. Postop blødning. Hysterektomi, 2015-2019 -NGERFigAndelTid(RegData=NGERData, datoFra='2015-01-01', valgtVar='Opf0KomplBlodning', datoTil='2019-12-31', +NGERFigAndelTid(RegData=NGERData, datoFra='2015-01-01', valgtVar='Opf0KomplBlodning', datoTil='2020-12-31', reshID = 103162, enhetsUtvalg = 2, OpMetode=4, outfile='PostOpBlod_Sandnessj.pdf', tidsenhet='Aar') diff --git a/man/NGERFigKvalInd.Rd b/man/NGERFigKvalInd.Rd index 1aae07f..db11006 100644 --- a/man/NGERFigKvalInd.Rd +++ b/man/NGERFigKvalInd.Rd @@ -90,7 +90,8 @@ Funksjon som genererer en figurer med ei gruppe kvalitetsindikatorer \details{ Argumentet \emph{valgtVar} har følgende valgmuligheter: \itemize{ - \item RAND0: Alle dimensjonene i RAND36 ved oppfølging etter 4-6uker. Gjennomsnitt + \item RAND0: Alle dimensjonene i RAND36 ved operasjonstidspunkt. Gjennomsnitt + \item RAND1: Alle dimensjonene i RAND36 ett år etter operasjon. Gjennomsnitt \item TSS0: Alle sp?rsm?lene i TSS2 ved oppf?lging etter 4-6uker. Andel av beste svaralternativ \item kvalInd: Samling av kvalitetsindikatorer } From 4933d8a3eca5718427f2c725d708c6ab983e5567 Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 7 Apr 2021 11:21:36 +0200 Subject: [PATCH 04/10] Oppdaterte data til sykehusviser --- NGERKomplIntraHys_SKDE.csv | 9742 ------------- NGERKomplIntraLap_SKDE.csv | 18739 ------------------------ NGERKomplPostopHys_SKDE.csv | 7074 --------- NGERKomplPostopLap_SKDE.csv | 13010 ----------------- NGERTss2Generelt_SKDE.csv | 19344 ------------------------- NGERmonthlyReport.tex | 20 - R/NGERhjelpefunksjoner.R | 2 + RAND0_KI.pdf | Bin 4865 -> 0 bytes RAND1_KI.pdf | Bin 4792 -> 0 bytes ShResh.csv | 43 - TSS0_KI.pdf | Bin 4842 -> 0 bytes Tss2Sumskaar_ShGjsn.pdf | Bin 8252 -> 0 bytes aarsrapp/NGERKomplIntraHys_SKDE.csv | 20 +- aarsrapp/NGERKomplIntraLap_SKDE.csv | 68 +- aarsrapp/NGERKomplPostopHys_SKDE.csv | 6 +- aarsrapp/NGERKomplPostopLap_SKDE.csv | 28 +- aarsrapp/NGERTss2Generelt_SKDE.csv | 32 +- kvalInd_KI.pdf | Bin 4779 -> 0 bytes 18 files changed, 79 insertions(+), 68049 deletions(-) delete mode 100644 NGERKomplIntraHys_SKDE.csv delete mode 100644 NGERKomplIntraLap_SKDE.csv delete mode 100644 NGERKomplPostopHys_SKDE.csv delete mode 100644 NGERKomplPostopLap_SKDE.csv delete mode 100644 NGERTss2Generelt_SKDE.csv delete mode 100644 NGERmonthlyReport.tex delete mode 100644 RAND0_KI.pdf delete mode 100644 RAND1_KI.pdf delete mode 100644 ShResh.csv delete mode 100644 TSS0_KI.pdf delete mode 100644 Tss2Sumskaar_ShGjsn.pdf delete mode 100644 kvalInd_KI.pdf diff --git a/NGERKomplIntraHys_SKDE.csv b/NGERKomplIntraHys_SKDE.csv deleted file mode 100644 index 93df919..0000000 --- a/NGERKomplIntraHys_SKDE.csv +++ /dev/null @@ -1,9742 +0,0 @@ -"year";"orgnr";"var";"denominator";"ind_id" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631776";0;1;"nger_kompl_intra_hys" -2016;"974631776";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";1;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631776";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";1;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974633191";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";1;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";1;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795515";1;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";1;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631776";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";1;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631776";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";1;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974733013";1;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633191";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";1;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2016;"994958682";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"994958682";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974744570";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"994958682";1;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2016;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2017;"994958682";1;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974631091";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974743272";1;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974595214";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"994958682";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2016;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";1;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974747138";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";1;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";1;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974747138";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974795787";1;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974595214";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";1;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795477";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";1;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";1;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974557746";1;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"974724774";1;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974743272";1;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";1;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";1;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";1;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";1;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";1;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795361";1;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";1;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"922748144";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974747138";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2016;"974747138";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631776";1;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"994958682";1;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974633698";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";1;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"974744570";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974795930";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";1;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974733013";1;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";1;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974633574";1;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974795515";0;1;"nger_kompl_intra_hys" -2017;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974795833";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795361";1;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2017;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974633191";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";1;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"994958682";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";1;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";1;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2017;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";1;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2017;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2017;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795930";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2017;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974631776";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795833";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";1;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974795833";1;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974705788";1;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795361";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974703300";1;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2017;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795930";0;1;"nger_kompl_intra_hys" -2018;"974795930";0;1;"nger_kompl_intra_hys" -2018;"974795930";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974795833";1;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974589095";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";1;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2017;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974589095";1;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795833";1;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974631326";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974743272";1;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";1;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";1;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2017;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974633574";1;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974631768";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"994958682";1;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"922748144";1;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974795515";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";1;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974632535";1;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";1;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"994958682";1;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2018;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974557746";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974795361";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974747545";0;1;"nger_kompl_intra_hys" -2019;"974747545";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2018;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974589095";1;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2018;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974557746";1;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795361";1;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974631091";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";1;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795930";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974724774";1;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2018;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";1;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974557746";1;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974705788";1;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";1;1;"nger_kompl_intra_hys" -2019;"974744570";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974744570";1;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974705788";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";1;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2018;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";1;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974744570";1;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2017;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633698";1;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974557746";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631091";1;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974749025";1;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795930";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";1;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";1;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974589095";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";1;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974633191";1;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795930";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974747138";1;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";1;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";1;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"994958682";1;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974631768";1;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";1;1;"nger_kompl_intra_hys" -2018;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";1;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974795833";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974795639";1;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";1;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974795787";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795515";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";1;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974795574";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974795833";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";1;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974747545";0;1;"nger_kompl_intra_hys" -2019;"974747545";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974631091";1;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974631776";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2018;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"922748144";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974631407";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974795477";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974795930";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";1;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974744570";1;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974742985";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";1;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2019;"974631776";1;1;"nger_kompl_intra_hys" -2019;"974633698";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"994958682";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2019;"974631326";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974747138";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974795361";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974633574";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2017;"974632535";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974744570";0;1;"nger_kompl_intra_hys" -2019;"974733013";0;1;"nger_kompl_intra_hys" -2019;"974745569";0;1;"nger_kompl_intra_hys" -2018;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974633191";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974631091";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974743272";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974705788";0;1;"nger_kompl_intra_hys" -2019;"974724774";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974589095";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2018;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631768";0;1;"nger_kompl_intra_hys" -2019;"974631385";0;1;"nger_kompl_intra_hys" -2019;"974631768";1;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974706490";0;1;"nger_kompl_intra_hys" -2019;"974557746";0;1;"nger_kompl_intra_hys" -2019;"974795639";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974749025";0;1;"nger_kompl_intra_hys" -2019;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";1;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974557746";1;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974745569";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";1;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";1;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974747545";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";1;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";1;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974703300";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974795515";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795477";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974795787";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795930";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974724774";1;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974589095";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974744570";0;1;"nger_kompl_intra_hys" -2016;"974743272";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";0;1;"nger_kompl_intra_hys" -2016;"974795361";1;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974557746";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974631326";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974633574";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974724774";0;1;"nger_kompl_intra_hys" -2016;"974633191";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" -2016;"974632535";0;1;"nger_kompl_intra_hys" diff --git a/NGERKomplIntraLap_SKDE.csv b/NGERKomplIntraLap_SKDE.csv deleted file mode 100644 index 2255923..0000000 --- a/NGERKomplIntraLap_SKDE.csv +++ /dev/null @@ -1,18739 +0,0 @@ -"year";"orgnr";"var";"denominator";"ind_id" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974707152";1;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633698";1;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";1;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";1;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";1;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974795361";1;1;"nger_kompl_intra_lap" -2016;"974745569";1;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";1;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633191";1;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974631776";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631091";1;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";1;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";1;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974749025";1;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631768";1;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631091";1;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";1;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";1;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974733013";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974706490";1;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";1;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974706490";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795787";1;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974703300";1;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795930";1;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";1;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";1;1;"nger_kompl_intra_lap" -2017;"974795515";1;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";1;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";1;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";1;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";1;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";1;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795833";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";1;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974557746";1;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";1;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974743272";1;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";1;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";1;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631776";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";1;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";1;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974724774";1;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974795930";1;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974595214";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974795930";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";1;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";1;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974724774";1;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";1;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974633574";1;1;"nger_kompl_intra_lap" -2017;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974631326";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795361";1;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974747545";1;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974747545";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";1;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974744570";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";1;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974795833";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974749025";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";1;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";1;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2017;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633698";1;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";1;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2017;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2017;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2017;"994958682";1;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2017;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974795477";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2017;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";1;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";1;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2017;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";1;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631776";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2017;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";1;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2017;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974631768";1;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631407";1;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795833";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";1;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";1;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974631326";1;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974631776";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631326";1;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";1;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";1;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974747545";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";1;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";1;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2017;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";1;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633191";1;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795361";1;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";1;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";1;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974795930";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974733013";1;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";1;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974724774";1;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";1;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";1;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2018;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";0;1;"nger_kompl_intra_lap" -2018;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974707152";1;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631768";1;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";1;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974707152";1;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";1;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2018;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";1;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974744570";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974744570";1;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633698";1;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795361";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974705788";1;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974705788";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";1;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2018;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";1;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";1;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795477";1;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2017;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2018;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";1;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";1;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974744570";1;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";1;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974631407";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";1;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2018;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2018;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974742985";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2018;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974705788";1;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2018;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";1;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";1;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";1;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974724774";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795833";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974633698";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";1;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";1;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";1;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";1;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974795477";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974747545";1;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974747545";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974742985";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795787";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974632535";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"922748144";0;1;"nger_kompl_intra_lap" -2019;"974631407";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974631407";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795930";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974632535";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747545";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";1;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";1;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795515";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631326";0;1;"nger_kompl_intra_lap" -2019;"974633698";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";1;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"994958682";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974795361";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974724774";1;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974795477";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974795574";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974589095";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974707152";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974595214";0;1;"nger_kompl_intra_lap" -2019;"974745569";0;1;"nger_kompl_intra_lap" -2019;"974706490";1;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";1;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2018;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974631091";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633698";0;1;"nger_kompl_intra_lap" -2019;"974633191";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974795639";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2019;"974705788";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974743272";0;1;"nger_kompl_intra_lap" -2019;"974631776";0;1;"nger_kompl_intra_lap" -2019;"974733013";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";1;1;"nger_kompl_intra_lap" -2019;"974744570";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631385";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974631768";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974749025";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974747138";0;1;"nger_kompl_intra_lap" -2019;"974703300";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974706490";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974795833";0;1;"nger_kompl_intra_lap" -2018;"974589095";0;1;"nger_kompl_intra_lap" -2019;"993573159";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974557746";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974724774";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2019;"974633574";0;1;"nger_kompl_intra_lap" -2018;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";1;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974743272";1;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";1;1;"nger_kompl_intra_lap" -2016;"974745569";1;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";0;1;"nger_kompl_intra_lap" -2016;"974745569";1;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974749025";0;1;"nger_kompl_intra_lap" -2016;"974747545";1;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";1;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795787";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974795477";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974795361";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";1;1;"nger_kompl_intra_lap" -2016;"974633698";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974703300";1;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974633698";1;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974795930";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974633574";1;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974743272";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";1;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974707152";0;1;"nger_kompl_intra_lap" -2016;"974747138";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974733013";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974747545";0;1;"nger_kompl_intra_lap" -2016;"974744570";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974557746";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974631326";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";0;1;"nger_kompl_intra_lap" -2016;"974795515";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974589095";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974633574";0;1;"nger_kompl_intra_lap" -2016;"974703300";1;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974724774";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974633698";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974633191";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974631776";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" -2016;"974632535";0;1;"nger_kompl_intra_lap" diff --git a/NGERKomplPostopHys_SKDE.csv b/NGERKomplPostopHys_SKDE.csv deleted file mode 100644 index 083d30f..0000000 --- a/NGERKomplPostopHys_SKDE.csv +++ /dev/null @@ -1,7074 +0,0 @@ -"year";"orgnr";"var";"denominator";"ind_id" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631776";0;1;"nger_kompl_postop_hys" -2016;"974631776";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";1;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631776";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974633191";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";1;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631776";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631776";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633191";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2016;"994958682";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"994958682";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974633574";1;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974631768";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2016;"974631091";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";1;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974595214";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974747138";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974733013";1;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795833";1;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974595214";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795930";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633191";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";1;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";1;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";1;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795930";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795930";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974747138";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795833";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974633698";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633191";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974744570";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974733013";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631768";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795930";0;1;"nger_kompl_postop_hys" -2017;"974795930";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974743272";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631768";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974631768";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974795515";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2017;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974795361";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";1;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974633191";1;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974631091";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974747545";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2017;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"994958682";1;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974744570";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974747545";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2017;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2017;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2017;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";1;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974744570";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2017;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";1;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974745569";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2017;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795930";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974631776";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";1;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795833";1;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";1;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";1;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795361";1;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2017;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795833";1;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974795930";0;1;"nger_kompl_postop_hys" -2018;"974795930";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974703300";1;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795477";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";1;1;"nger_kompl_postop_hys" -2018;"974747545";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974795515";1;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974747545";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974705788";1;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974633574";1;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974706490";1;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974747545";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2018;"974795515";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974795361";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2018;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974747545";0;1;"nger_kompl_postop_hys" -2019;"974747545";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2018;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974795787";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";1;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2018;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795930";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";1;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2018;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2018;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";1;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";1;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974632535";1;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";1;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";1;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974705788";1;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974631776";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795930";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974631776";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631776";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";1;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795930";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974703300";1;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974795787";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974631776";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795515";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974703300";1;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974631385";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974795574";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974795833";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974747545";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974795639";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"922748144";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974631407";0;1;"nger_kompl_postop_hys" -2019;"974795477";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974795930";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974742985";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974631776";0;1;"nger_kompl_postop_hys" -2019;"974633698";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"994958682";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974703300";0;1;"nger_kompl_postop_hys" -2019;"974631326";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974795361";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974747138";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974633574";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2017;"974632535";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974744570";0;1;"nger_kompl_postop_hys" -2019;"974733013";0;1;"nger_kompl_postop_hys" -2019;"974745569";0;1;"nger_kompl_postop_hys" -2019;"974706490";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974633191";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974631091";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974743272";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974705788";0;1;"nger_kompl_postop_hys" -2019;"974724774";0;1;"nger_kompl_postop_hys" -2019;"974589095";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974631768";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974557746";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2019;"974749025";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";1;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";1;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974745569";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974743272";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974747545";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974743272";0;1;"nger_kompl_postop_hys" -2016;"974703300";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974795515";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795477";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974795787";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795930";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974724774";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974589095";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974744570";0;1;"nger_kompl_postop_hys" -2016;"974743272";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974795361";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974557746";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974631326";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974633574";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" -2016;"974632535";0;1;"nger_kompl_postop_hys" diff --git a/NGERKomplPostopLap_SKDE.csv b/NGERKomplPostopLap_SKDE.csv deleted file mode 100644 index 0489191..0000000 --- a/NGERKomplPostopLap_SKDE.csv +++ /dev/null @@ -1,13010 +0,0 @@ -"year";"orgnr";"var";"denominator";"ind_id" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";1;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974631776";1;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";1;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631768";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";1;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2016;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974724774";1;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974749025";1;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";1;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";1;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"994958682";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974632535";1;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";1;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";1;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974632535";1;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";1;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";1;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";1;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";1;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";1;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974633698";1;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";1;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";1;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";1;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";1;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974747138";1;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";1;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631091";1;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";1;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974743272";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"974795930";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974595214";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";1;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974703300";1;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";1;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974733013";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974706490";1;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";1;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"922748144";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974632535";1;1;"nger_kompl_postop_lap" -2017;"974747545";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974744570";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974795833";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974631091";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";1;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";1;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2017;"974749025";1;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974595214";1;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974595214";1;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631091";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2017;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974703300";1;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2017;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795477";1;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2017;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";1;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2017;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";0;1;"nger_kompl_postop_lap" -2017;"974745569";1;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974745569";1;1;"nger_kompl_postop_lap" -2018;"974745569";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";1;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974707152";1;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";1;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";1;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2017;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";1;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631776";1;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";1;1;"nger_kompl_postop_lap" -2018;"974707152";1;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974632535";1;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";1;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";1;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2017;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";1;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633191";1;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";1;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";1;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";1;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";1;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";1;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";1;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";1;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";1;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";1;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";1;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631776";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974707152";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795477";1;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";1;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974633574";1;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";1;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974747545";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974631385";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";1;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974795515";1;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631385";0;1;"nger_kompl_postop_lap" -2018;"974631385";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";1;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974724774";1;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795515";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974724774";1;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795930";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974631768";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2018;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";1;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974631407";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2018;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974749025";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974733013";1;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2018;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";1;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2018;"974795477";1;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";1;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2018;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"994958682";0;1;"nger_kompl_postop_lap" -2018;"994958682";1;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";1;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2018;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974706490";1;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795930";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974742985";1;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2018;"974724774";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631385";1;1;"nger_kompl_postop_lap" -2019;"922748144";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2018;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2018;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2018;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";1;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633698";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2018;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";1;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974744570";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974632535";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2018;"974745569";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974749025";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974744570";1;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974733013";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974632535";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";1;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";1;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974742985";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974707152";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974633698";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";1;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"922748144";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974595214";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795477";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";1;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974743272";1;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";1;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"994958682";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631091";1;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974705788";1;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631768";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974795574";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974724774";1;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974633698";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631385";1;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974747138";1;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";1;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974742985";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974632535";1;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";1;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795787";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974632535";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"922748144";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974631407";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795930";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974747545";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974633191";1;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795515";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974707152";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631326";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"994958682";0;1;"nger_kompl_postop_lap" -2019;"974589095";0;1;"nger_kompl_postop_lap" -2019;"974749025";1;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974795361";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974795477";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";1;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974747138";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633574";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974744570";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974733013";0;1;"nger_kompl_postop_lap" -2019;"974745569";0;1;"nger_kompl_postop_lap" -2019;"974706490";1;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";1;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"993573159";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631091";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974795833";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974633698";0;1;"nger_kompl_postop_lap" -2019;"974633191";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974749025";0;1;"nger_kompl_postop_lap" -2019;"974795639";0;1;"nger_kompl_postop_lap" -2019;"974724774";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974705788";0;1;"nger_kompl_postop_lap" -2019;"974631776";0;1;"nger_kompl_postop_lap" -2019;"974743272";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974557746";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";1;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631385";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974631768";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974703300";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2019;"974706490";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";1;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";1;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";1;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";1;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";1;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";1;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";1;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974745569";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795361";1;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";1;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974744570";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974747138";1;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974631326";1;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795787";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974795477";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795515";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974795361";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974557746";1;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974795930";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974743272";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974707152";0;1;"nger_kompl_postop_lap" -2016;"974747138";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974733013";0;1;"nger_kompl_postop_lap" -2016;"974747545";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974724774";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974557746";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974631326";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974633574";0;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974589095";1;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974589095";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633574";1;1;"nger_kompl_postop_lap" -2016;"974703300";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633698";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974633191";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974631776";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" -2016;"974632535";0;1;"nger_kompl_postop_lap" diff --git a/NGERTss2Generelt_SKDE.csv b/NGERTss2Generelt_SKDE.csv deleted file mode 100644 index 5cf6910..0000000 --- a/NGERTss2Generelt_SKDE.csv +++ /dev/null @@ -1,19344 +0,0 @@ -"year";"orgnr";"var";"denominator";"ind_id" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631091";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631776";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631091";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974743272";0;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974631776";0;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";0;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631091";0;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2016;"994958682";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"994958682";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974747138";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2016;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";0;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";0;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974595214";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633698";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795930";0;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";0;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974743272";0;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795930";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795515";0;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";0;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974705788";0;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633698";0;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974744570";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";0;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";0;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974747545";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974733013";0;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974795361";0;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795515";0;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974595214";0;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974743272";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633698";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974743272";0;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";0;1;"nger_pasient_tilfredshet" -2017;"974631091";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974747138";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"974795930";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974595214";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974595214";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974705788";0;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974743272";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";0;1;"nger_pasient_tilfredshet" -2017;"974707152";0;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974633698";0;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974633698";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631326";0;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974733013";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974632535";0;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974795787";0;1;"nger_pasient_tilfredshet" -2017;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631768";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974744570";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974795833";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974633191";0;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633698";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";0;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";0;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";0;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631768";0;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2017;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2017;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2017;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";0;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";0;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2017;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2017;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2017;"974745569";0;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";0;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974745569";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2017;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795930";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";0;1;"nger_pasient_tilfredshet" -2018;"974631407";0;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";0;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974595214";0;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2017;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2017;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"922748144";0;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795787";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631776";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";0;1;"nger_pasient_tilfredshet" -2018;"974631768";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633191";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974795515";0;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";0;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974747545";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";0;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631768";0;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795515";0;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"922748144";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631385";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";0;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631385";1;1;"nger_pasient_tilfredshet" -2018;"974631385";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";0;1;"nger_pasient_tilfredshet" -2018;"994958682";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795515";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974795361";0;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974595214";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795930";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974631768";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";0;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974706490";0;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2018;"974747545";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2018;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631768";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974795787";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974589095";0;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2018;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2018;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2018;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2018;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2018;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2018;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2018;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795930";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2018;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2018;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2018;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2018;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2018;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2018;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974744570";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795930";0;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974744570";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974744570";0;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";0;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631385";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974595214";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631776";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974595214";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974745569";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631385";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974742985";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974795477";0;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795833";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974703300";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";0;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"922748144";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";0;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974707152";0;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631385";0;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974795574";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974743272";0;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974632535";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974631407";0;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";1;1;"nger_pasient_tilfredshet" -2019;"974795787";0;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"922748144";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631407";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";0;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974795930";0;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795930";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974706490";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974747545";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974742985";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"994958682";0;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795515";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974707152";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631326";1;1;"nger_pasient_tilfredshet" -2019;"974633698";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";0;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"994958682";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974795361";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974795477";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974747138";0;1;"nger_pasient_tilfredshet" -2019;"974747138";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";0;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974633574";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2017;"974632535";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";0;1;"nger_pasient_tilfredshet" -2019;"974744570";1;1;"nger_pasient_tilfredshet" -2019;"974744570";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974733013";1;1;"nger_pasient_tilfredshet" -2019;"974745569";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"993573159";0;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"993573159";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974631091";1;1;"nger_pasient_tilfredshet" -2019;"974795833";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974633698";1;1;"nger_pasient_tilfredshet" -2019;"974633191";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";0;1;"nger_pasient_tilfredshet" -2019;"974795639";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974705788";1;1;"nger_pasient_tilfredshet" -2019;"974724774";1;1;"nger_pasient_tilfredshet" -2019;"974631776";1;1;"nger_pasient_tilfredshet" -2019;"974743272";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";0;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974589095";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";0;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631385";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974631768";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974557746";1;1;"nger_pasient_tilfredshet" -2019;"974703300";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974706490";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2019;"974749025";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795515";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974745569";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795930";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974795361";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";0;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974795787";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974795515";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";0;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";0;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";0;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795515";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974743272";0;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795477";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974795787";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974795930";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974724774";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974707152";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974747138";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974733013";1;1;"nger_pasient_tilfredshet" -2016;"974747545";1;1;"nger_pasient_tilfredshet" -2016;"974744570";1;1;"nger_pasient_tilfredshet" -2016;"974743272";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974724774";0;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974795361";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";0;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974557746";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974631326";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974703300";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";0;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974589095";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974633574";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974703300";0;1;"nger_pasient_tilfredshet" -2016;"974633698";0;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633698";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974633191";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974631776";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";1;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" -2016;"974632535";0;1;"nger_pasient_tilfredshet" diff --git a/NGERmonthlyReport.tex b/NGERmonthlyReport.tex deleted file mode 100644 index 5ddba53..0000000 --- a/NGERmonthlyReport.tex +++ /dev/null @@ -1,20 +0,0 @@ -\documentclass[presentation,xcolor=pdftex,dvipsnames,table]{beamer} -\usetheme{Hannover} - -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[english, norsk]{babel} -\usepackage{xspace} -\usepackage{booktabs} -\usepackage{rotating} -\usepackage{graphicx} - - - - - - - - - - diff --git a/R/NGERhjelpefunksjoner.R b/R/NGERhjelpefunksjoner.R index 0e7fd5c..bd0d3aa 100644 --- a/R/NGERhjelpefunksjoner.R +++ b/R/NGERhjelpefunksjoner.R @@ -250,12 +250,14 @@ dataTilOffVisning <- function(RegData = RegData, valgtVar, datoFra = '2014-01-01 '110734' = '974633574', #Tønsberg SYKEHUSET I VESTFOLD HF, SOMATIKK, TØNSBERG Tønsberg '700399' = '974589095', #Ullevål OSLO UNIVERSITETSSYKEHUS HF ULLEVÅL - SOMATIKK Ullevål '102583' = '974747545', #Volda HELSE MØRE OG ROMSDAL HF VOLDA SJUKEHUS - SOMATIKK Volda + '4215139' = '973129856', #Volvat Majorstuen '106026' = '974743272', #Voss HELSE BERGEN HF VOSS SJUKEHUS Voss '108048' = '974633698', #Østfold SYKEHUSET ØSTFOLD HF MOSS - SOMATIKK Moss '102582' = '974747138' #Ålesund HELSE MØRE OG ROMSDAL HF ÅLESUND SJUKEHUS - SOMATIKK Ålesund ) RegDataUt$orgnr <- as.character(nyID[as.character(RegDataUt$ReshId)]) + #unique(RegDataUt[ ,c('ShNavn', "ReshId", "orgnr")]) RegDataUt <- RegDataUt[ ,c('year', 'orgnr', 'var', 'denominator', 'ind_id')] } diff --git a/RAND0_KI.pdf b/RAND0_KI.pdf deleted file mode 100644 index d02f756d4904556bbc242666ac25d64b6b6ec428..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4865 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 z zHxTozstGaB(Hqi;eC7(jJDy~nxO`kyW8E-=oS{f`s~Grd)_US=;POk?(DQXJT~7C$ zo<4V@=1jlYvh94FlkaaoSEz7ayXFG($ z6eARUwnYUS9^xsS~xOnjw9ObSe7jfaU-gqn@pZT7b>1inuw!90DN zh3l|;Yd6|I_hGQ?Fw|b51C;o11-g)c-8QRz1fulkA>X#e^mKZ70!Qo*JGDwYkz*7Q0TVU=Kpf5ojp4;I`B@Q`t}hO zebu$#wynwvqwGf|pBjQjgFb~`V-0MJYipCgD~~B4c+xq!!E=;mKMWd+=A69o zE3J#`56z56b0nYmC_XRS~O=YH?x=ow?^l738U2WpOn08&8QUJanF5x-{mZt+c z(m$=wpY|JC-6`T~7m0IqcbTu8AU&eg2HhLy*p|>>Kg_NfB_34?YPx(D%}@;(i{8H7 zV_#jEQ6)@T=zhHuKRRdm2XV--T(Y{QYIDYJt6;i}Lg*NDq=*ETO=NUeM{nO<7Yjn{ z7P-s<+NWlHAS=|mydohXg(fz0zB=y;k#qhpO})@ zbXxYC^Y+_`0iTz?J8(rIP31l3m7Si#)C&(^zWdhw8M8=zx3X(5TIk`L{K7JrG9o{R z|5kO!M?k4!v1n2D^qruY&4VjnKIg@nX9lsZM=WputJPNj*@i;?lI~{-beW7L(6u|G zZT;`c9!oewpkRLh5D2aHzlGUNnLyicG`fP&6t45)c2Dq zjLzNVZ?lWi@zJF!g`MKp+r*%Y{ltVR0BTeINyZ x)>wZG{k{NbMDQTe)fuB6pcRow1sH>(@3o;&QDo}(${>^x^wE~|S#y2Je*nLPSL6Ty diff --git a/Tss2Sumskaar_ShGjsn.pdf b/Tss2Sumskaar_ShGjsn.pdf deleted file mode 100644 index 9d148d26e53d021334b1ed3685ddc68f0e639d8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8252 zcmb7qby!sE+CGY)gh;nCAP7hd-AW_f(lrbNj0_A6Lx?m;r$I}nZn{NEx>E#60YN&Y z<6FZ%?z7K6zu$LV-(37L>t0X4>s|9c_XCTjoB|gww*Wqi-@M;~-+Y2^Zip)hy(xrMkfrmlP;F%Ucc_;$T^%0~)w=28mp$gSBDK zNEZ|ouqW^jdl-S=3(7-#+o}J>g5@i+D*QH9;mHFZCIVs&Yml$@jyM^5o zy?Y5{6`5lSDVd&oc+l>xZ}L+s?wkM0^qIKKI#s!hp845a=S|;U`c;fj=GRzlbJB(D z>}9>AD?@6-`8@n`q=4?`GAEk{*_@4Lk>ojgz4d1>u?I33^a9?MfMtijc9{}}eI`(k zwrJrbCm?PHuZ+%(YS-$v+*-Pub^4>5Fl!?xz9m1tyOOS5>IY<~AtOqq7`NPDHdH#@ zE3(gkEjSF7jpFBidy`*L{zv$Ed=_1H0E+)coi6w1^udNUxDlJar6z56bMNqxVj=F2 zf~lh%6cm>$e<~~owT63pZ~5GKwT{PD<45=&YXEgbHmXtAJd$VILQ=C!rj{oFPnSDx z>4}nUP4;fv0Xqe*UBMJLmjh@4)0YGkMqz75VgpNu1EVG^nv2Wf`iUU1m2$J9Dga1y#B2^z<{$FM5^0R(@>ce z$r?b{s(mToKo10Ssy2l^0D0~i5%}^ugeJ0Q0s4kMI}lZR=9%>i#Pz1- zB5A_MV-6g_QX%y#QzM*$~s@P{2oe`Cb8A&a#4P|8SK4YEH>nWb7|)4fA56T z<;Fq5tMeOVMNYXi_fEpAB&2z0dmt}+-b;Ko;m+W2?frolhuV(Gco@wS&jBBj&E37B zQX5=AmIK^>yr#Kg&K(^3{`!|78nP0hH`iJMzS9Jh35eUC`F)#{+W1uU+|ynZmoPe~ z%3u#c__4%&?HfmGVPJT63b&feFAx5gl?UUcg0WNoMK!tt9=Ma565LaAHW9r1;p zZU=pv^z>3b2b0Hl&VT4fm-@l^5DDGw<;fo&wUSbQD4(9r+F*+~d0(~nV{5q{`~GFO zkRDQ&YlmcPVSe}Fc1>L87^UQ=5(;JHqwX|+-E#l`tCrAFJ3DV|9mkq_-avayBbSro5ttC2obis$fn{!#1;jl~(V z+C#Zb;42+)RWd{N$KegTN6pW2>$^|me^ zSG#hG2Yl9cu+GelF>4Mx-nMTBG&MmJQ;4~FVhEXGXKO_=?{k5#aEW$A5#p=fn5(8GAS0PQYh)-BmtUCgsh7ONWuW4%=2zZN=c;th)mli;Qj5;(#LXpZr<|mT$$Zkg z5kX4rptO+!9~Frh%5967XyPQ;tos~8!8;j2x?SXl=ofglZdzIZDkn(Lv7Cjddwrfd zWMj+|cZpPptnU``bFf?99woF_KD%#OMZ*&3Zu-@BbUd#iS$aXqulYXTx_Ew4VC|Nc z47bNBZ6vLDvc13aumaQc+)f4ecY#zbCN=s2-WSH5V)91$QsH_*C#wklU_nou>( z(&Bk{?Ljh+o%{G){uU3V9y6d~mEABPh@b1+VMV6R4qGAg%;XM zc8W|ehsv4@0cCGSoAnFbef%Q6`h(0h|N8krgIYcg&eM(lY%!K;@~0{qN10e)l@V~+a2v^JbZ=*%iv4#s10DOmuF ztxT5(Mo8tjFY>AHgfK7K<`oUGjXU;+3qi)3N|g^(h^8%Dr~27Q&R*3Hu^Bk^$|mDa zhu=74R!h0>`MO=Ck3?~sqJ+dL>R}{paE$#kPmUk#{yRpm@RlnBNtI`Fi-z)@cqSgW zV_l>1+b(@q(#8bTGE}-s0`o-5uGVGmxp&?QRQIC7TW%l_I~aqmz8K0c)$mptw3Wv7 zCHbQxK6S7yWJOV2=>~2fX1}bfRfTTlfUv1er?z-hN%GF4NGW1anA$)Yy!Z&cwwvVH zj&|sq%ff-!l<0{jfgLF5TDsMA)GT;Qx)^VPJ~42QKBIMRX#eWY5Nn;U557CK0uQxD z%a;4CJ$Gw7>oZJsmVoL|1O-Y_36C@1unX#9B9IHgRe2uts%5&(i#FhiovQ*gGZ5Yl zn8A7BdQ2dIE3lu^POe0_0qg{>y0cRO-04sr!N>w;zs>w!LHx1x-K`O7bWRE5Ls}gr zwhCcd92M8&LpWg$Gd}=GATtsbn(trfRX-;5l7~JFU4{vau#K1ZG-^P%b;-?*$uV+= zUb$K&uy~)e_Vme?N%@!Ux}^9Uz=M`#df`PY%cwgh@IWOb7qe5Ki6@Wqc=NBN=4A33 zGKl~l1>-DZ+tb4zCd}e0;Qh$g0k*#Zuy^2uqS&S*37k&!-{>M~!{w%zf!O)aw1yHm z8I$-hOC`U0n$k{8=Oh@}MViTu(Q`*nSgS$V>_`6wjbb22w1p=J?Q0e}9n9+QBn-ET zMoNRRA+ zt}_ANPa2t_DVfDYG*eVXKtVeHvoTO+ zE4*6F8yjEf%GQykc`qPGtac@bYE==y9cgz`_{%&&gT#xpb~cUT6U=H~2No^XF&ks; zxiTFG206~DRcMxTj6ZJSW-VVU1VQ8iBL0YP`bO8D1}Tw)rTwy z76m&XBlm>$BZdg1{q1);gJ)}|r>8cE+!%fhzPod>>{AvKz-6ZD5id$+3m%@{v$z;+ zod2*b+>tiGXnkPQ@@vQ8DE$)UGkzF6z4OfHt50-sXg5&%(%#95T9|1% z&1-ZwO6i`#+8zr8rw&bVWl4Xvc+eh&KsW!H%DOM%XKSgopp)bKE@@e6jjDs z1?Rm6#l!Q3uh{x^*whr3@{^p$@GSJFsGaGFj$p6VeZi`s9+xGFnYlMVGrOi{`(H$l zJg@oY$D1=2k!&d>F%R?MJ2-}1KJ05903#iWo3af@9*^e^ntqDQc_MVY-&jyx%t|l8 zFqS|!BF_a|h^K#HR@o@c(Y&;IWa&d-U1`oAa-Hn%r{)~X#zHwxrG4 zg?HRE^JR~3Rs|Zbx2<%XZxGP83a-(RqQ*}_n>IOI#bhO=F?Pqnz& zR`h5#MbNf5kNgvLri1OZvc}CKw+=E9L0X~m+%&&&wwY3!wB4L>I}(0a?N!}cB2_So*Up2DDLj`+Fvj~jIV1f&ZZW( zmgneB%b`ZS9u;ubkR|Q?0!#{VoZxP&`-9A2w|2i%re{G|5GN39^fXF;0 zBQ{)r{rY0k_s=iZ6g6&tBsa6H&a1o2&4Vu-EhwvB!BS&R_o#~sywKr6PZ?-j`RQlE z6J@`SXHIiSGqt*uUB{yGF)k$~{S7rV>#W(rI!kc8zwr2NyKm2qjTt1O=X#1XkVW1d z_dZaZjtsMyUekRzbMJirxO(y1IzHVLF^C|k<$A;fSKStc-qF*SO;QYx+H8Vr#t-+< za>YqQzIjHPH}CWwLHnoI1Qu@+@t4GXJt7eEA??oi-X5*NnsTkN{p&oT`^PdW@XN;m z)Y0M1MR@rYx3*VP(TBT8os~@cSN8sv(7!d(4MR~kdUIAENB+t5v!9-C^(D_T9D3WO)elVDY?sP*$G_cIy#^Xa{I-sLp*JV=Dy z5#8epl%VNx?w^NkFHW&8M2eC&M8sOqP%Ym&s^x2V01ZGZ1xd9d7fWe8)rGLwUQKZ? zIqO&4w9(ykP2DVWj)3fAPhpusEfj*lw zatuc;2m0QLx3NlcVU-gn!S-+pEYr1Xnsw*FeHLJ>u(AdhA}^qTjx1#I6h2G znW$V#vttMU+&W1k@{u+79MEo<-ueM?-+L|c3e78PChTDCkt^5Q*+1`iOt_R5e8h0` z!sQ+%$r*D)2>6Y>Tu-hlNHwm~xRWddCs8Iy>L@Mg=uXQ;_C#%5=(i)1!8n8KIgGSY z-uJNB9+H6YURZGqZg~;3Kfylk3m-~Mcy~JBf8nKHqk7Rv$?OvaeImzKL#oxko^)n( zT>yk7FNM7-MfVe%tm#Ho6G;u$ojL65(rh6&oGf_f{K;dk$$_ZIeJj(c-}o0=u;$~s zq>~5)2su)t{h)IKA~(7HdMs{CUDM_vO7&&m#_yFP4t&{3Oraf&2FZ5Pm%TKIpXP?0AJECkHnXlL@YC$hlKL8f=sMC zGad=!hZxfA>u{-WG54|=YQq#`^E!>mapmQCHC5jbbTd%AoX?EQ(900Ydard;^IiVq z(Wj$q&+vbds43WG_6_y_#6ok5(Yy=iR?tsR9=!Xr{3pr2$O#2*Kn65|H;URvmHq)m z`So&|a=MWy(U&ys5s=(cgFnQ^=-0w-x1mZb5xiCSFNj}|zQ7TW@(Q>=k9MpQF*lJ= z58-HiI%nj_>ZtEXRzvfNbcT2<;!fM%cFzv%NWt@t_bth&G)6YE2)v>|MVW^Xu8dcM z3L+{sD(=$Eq`yMcTOBifYk~}vB;+JC=vf+Av=ptGh1mU=8SNQ2Sl=;CGu4A$cPUui zK}i^@&d4}CNMoF3ZPZGCXz=g`+cvo#$0!^6p^27zZiv2s?!K3cjZk3ZlBAvd_y=;k!6Lo{)34h0M!-*9v1hWwT*}>IS~o zfa%nZx{NBU8m@}mmgUdI8Pta7R3L2wD%dH)!rm!YD5ok%b~{n9-_4*K!u|>TSf4;n zTu#KFay`{}+OYcIi_jO2_r+h9@}KALd{G|#_C;ZIrhtFcYjk9^y1=bqc0>xE01vcV ze6~I$@?i%}WFOT-znSt%G&zp-DbUAln`S|N&z(;RZoafBvcTeh1ba2IR8F6uN3vsJ&?*wtSkhhoyod*?1Mnqah2vNJxJmS;iC*tWB zb`Wf^lM!+fHnbkLK=qMByZO}kr|mr^2!+apRd_$}((wiN-R;F$s_P5p8l+UGlnKWT zr&A>zd7apTfJGS%a|Lh_aMf|98PXWE8QYhyR-f3~Bi}hp+j?~bS(4f6*p5K=J`^T$ zeXVLg_-3+eGF$s$*>%9n!N#GZdJ^h3lKPCnvaz}0>qS67RzPP)A7pr_iFc@UYzH^I z9Up3M{mxBB{JChMtJu>1*hI78y65;Y6;-ZEl1g|_*7NqgqdnT?$lBFfl*yWDjssz} zTy?#JwwtM2)Qf;q>^oj}QlGr;2+S+6dA}?@U}H9B##BsH{1stypnSlNY@HmaYke^o zJWuvRXTy0`e?WMm`ioolzzp)`EW1yIPt2vzCEYcnYg4{Uz6DYpO>h0Yq_fj;q`yet z@$d7OZ+^t+sA$o75L35zdzoO_?WO;q@8Cwp;pd2!xR+iGQFwOUaEh7gnR=ME&VX_n9Wp!-=69c2Z zt#V~%d`Sy&IJLk*ebX=!Jf6;)}|VrN6w_jKe9yY`>MQY%ix$o5&RNPspR0>r%lxLAk4h=_d`}E(MdwqLV0W0avKn&>h>U|$uo1Ch? z%cjpg0A`rHS61(Q6Z)hpDqcK({gWm{U#mL2M5Ro{h{j~X6sB2Ox$5Pj{7W%XU+qPq z^+xWuuXWGsir06>NA&WZ>Kh$86kBZdc{HB%<7Negc_ny>p57Bu5I*qfJNa0vlvPl% z(&GKyd&MsV+p90Cua7H<3s&g(A=_ow;&XG)th>+1bUWe$GOs%R-t}PS;CnvFM;pId zq=R2Xmqb-~*&LbL->l5aCR;U`5&iOZm}Mhs?cQTr_loL{oVJzIwiBaif)O@6pf z;C&9wBui6YN=teC)@5~NWpM;rui~+l68gxw5c~H5b-#{%aj@AQS6rwn4acX7po>4QIl#Z5P9QiVO|!%p9h=+_sg)=@fc40oQz zeqYo2ikwlbVXW_}JN~J6Qn+00>@YB8=uG8Ry_h;&A9k8_NarnZUTV4udh~epk=V9H zbAUK>s+3g{cDe8U=_lhcq%E*tZtwo&la2>otYAsABlk0#ZuK6U$7>fU|k)*r>F#Ur&05eIb4bjf(HJBk2)2hixHyAEg}_cONHh!qvqt0d3J8F$kih8F*%=N3+n^w> zz!?_;b-^5Up>Pz`#oihLa|eOZaD){A*+ZZxqyq?SiGpDS0Zj-L3XC@K!B%jS z-)Fd2&BXt~0dVNY6#gF$xMYwBtN+D|I|^ov&jaG+!{_Jx4B3In_kYUq@QMBxCM+Nf z452L{ XoY4>z`l?#OqWr)=3$Vy*DB%AOeMjwQ diff --git a/aarsrapp/NGERKomplIntraHys_SKDE.csv b/aarsrapp/NGERKomplIntraHys_SKDE.csv index 767e72f..9112ea0 100644 --- a/aarsrapp/NGERKomplIntraHys_SKDE.csv +++ b/aarsrapp/NGERKomplIntraHys_SKDE.csv @@ -12585,24 +12585,24 @@ 2020;"974795515";0;1;"nger_kompl_intra_hys" 2020;"974795515";0;1;"nger_kompl_intra_hys" 2020;"974742985";0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" 2020;"974795787";0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" 2020;"974795787";0;1;"nger_kompl_intra_hys" 2020;"974557746";0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" 2020;"974795787";0;1;"nger_kompl_intra_hys" 2020;"974795787";0;1;"nger_kompl_intra_hys" 2020;"974742985";0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" 2020;"974557746";0;1;"nger_kompl_intra_hys" 2020;"974557746";0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" -2020;NA;0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" +2020;"973129856";0;1;"nger_kompl_intra_hys" 2020;"974557746";0;1;"nger_kompl_intra_hys" 2020;"974795787";0;1;"nger_kompl_intra_hys" 2020;"974795574";0;1;"nger_kompl_intra_hys" diff --git a/aarsrapp/NGERKomplIntraLap_SKDE.csv b/aarsrapp/NGERKomplIntraLap_SKDE.csv index 52599ea..90d5b4e 100644 --- a/aarsrapp/NGERKomplIntraLap_SKDE.csv +++ b/aarsrapp/NGERKomplIntraLap_SKDE.csv @@ -23191,56 +23191,56 @@ 2020;"974633574";0;1;"nger_kompl_intra_lap" 2020;"974742985";0;1;"nger_kompl_intra_lap" 2020;"974631091";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974742985";0;1;"nger_kompl_intra_lap" 2020;"974631091";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974631091";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974795787";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974557746";0;1;"nger_kompl_intra_lap" 2020;"974557746";0;1;"nger_kompl_intra_lap" 2020;"974557746";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974795787";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974795787";0;1;"nger_kompl_intra_lap" 2020;"974633574";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974589095";0;1;"nger_kompl_intra_lap" 2020;"974589095";0;1;"nger_kompl_intra_lap" 2020;"922748144";0;1;"nger_kompl_intra_lap" 2020;"974589095";0;1;"nger_kompl_intra_lap" 2020;"922748144";0;1;"nger_kompl_intra_lap" 2020;"974589095";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;"974557746";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;"974557746";0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" -2020;NA;0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"974557746";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" +2020;"973129856";0;1;"nger_kompl_intra_lap" 2020;"974795574";0;1;"nger_kompl_intra_lap" 2020;"922748144";0;1;"nger_kompl_intra_lap" 2020;"974795574";0;1;"nger_kompl_intra_lap" diff --git a/aarsrapp/NGERKomplPostopHys_SKDE.csv b/aarsrapp/NGERKomplPostopHys_SKDE.csv index 1976596..55d410c 100644 --- a/aarsrapp/NGERKomplPostopHys_SKDE.csv +++ b/aarsrapp/NGERKomplPostopHys_SKDE.csv @@ -9024,11 +9024,11 @@ 2020;"974557746";0;1;"nger_kompl_postop_hys" 2020;"974557746";0;1;"nger_kompl_postop_hys" 2020;"974795515";0;1;"nger_kompl_postop_hys" -2020;NA;0;1;"nger_kompl_postop_hys" +2020;"973129856";0;1;"nger_kompl_postop_hys" 2020;"974795787";0;1;"nger_kompl_postop_hys" 2020;"974557746";0;1;"nger_kompl_postop_hys" -2020;NA;0;1;"nger_kompl_postop_hys" -2020;NA;0;1;"nger_kompl_postop_hys" +2020;"973129856";0;1;"nger_kompl_postop_hys" +2020;"973129856";0;1;"nger_kompl_postop_hys" 2020;"974557746";0;1;"nger_kompl_postop_hys" 2020;"974795787";0;1;"nger_kompl_postop_hys" 2020;"974795574";0;1;"nger_kompl_postop_hys" diff --git a/aarsrapp/NGERKomplPostopLap_SKDE.csv b/aarsrapp/NGERKomplPostopLap_SKDE.csv index f5d2971..2625faf 100644 --- a/aarsrapp/NGERKomplPostopLap_SKDE.csv +++ b/aarsrapp/NGERKomplPostopLap_SKDE.csv @@ -15815,26 +15815,26 @@ 2020;"974557746";0;1;"nger_kompl_postop_lap" 2020;"974633574";0;1;"nger_kompl_postop_lap" 2020;"974742985";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974631091";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974557746";0;1;"nger_kompl_postop_lap" 2020;"974557746";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974795787";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974589095";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974557746";0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" -2020;NA;0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" +2020;"973129856";0;1;"nger_kompl_postop_lap" 2020;"974795574";0;1;"nger_kompl_postop_lap" 2020;"974633698";0;1;"nger_kompl_postop_lap" 2020;"974633574";0;1;"nger_kompl_postop_lap" diff --git a/aarsrapp/NGERTss2Generelt_SKDE.csv b/aarsrapp/NGERTss2Generelt_SKDE.csv index 3eb130e..74b13e5 100644 --- a/aarsrapp/NGERTss2Generelt_SKDE.csv +++ b/aarsrapp/NGERTss2Generelt_SKDE.csv @@ -23967,32 +23967,32 @@ 2020;"974557746";1;1;"nger_pasient_tilfredshet" 2020;"974633574";1;1;"nger_pasient_tilfredshet" 2020;"974742985";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974631091";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974557746";1;1;"nger_pasient_tilfredshet" 2020;"974795787";1;1;"nger_pasient_tilfredshet" 2020;"974557746";0;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974557746";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974795787";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974589095";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974557746";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974557746";1;1;"nger_pasient_tilfredshet" -2020;NA;1;1;"nger_pasient_tilfredshet" +2020;"973129856";1;1;"nger_pasient_tilfredshet" 2020;"974795787";0;1;"nger_pasient_tilfredshet" -2020;NA;0;1;"nger_pasient_tilfredshet" +2020;"973129856";0;1;"nger_pasient_tilfredshet" 2020;"974795574";0;1;"nger_pasient_tilfredshet" 2020;"974795574";1;1;"nger_pasient_tilfredshet" 2020;"974633698";1;1;"nger_pasient_tilfredshet" diff --git a/kvalInd_KI.pdf b/kvalInd_KI.pdf deleted file mode 100644 index 73e679c08e1c407efe16645ebfcee4834946f754..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4779 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 From cb0295c11562fc5ce3c1a6477cd2d9a3f004fd5f Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 21 Apr 2021 01:38:02 +0200 Subject: [PATCH 05/10] Lagt til fys.rollebegr. og smerte for R1 --- R/NGERFigKvalInd.R | 6 +++--- R/NGERRegDataSQL.R | 4 ++-- inst/shinyApps/nger/app.R | 23 ++++++++++++----------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/R/NGERFigKvalInd.R b/R/NGERFigKvalInd.R index 8a6d06c..db73572 100644 --- a/R/NGERFigKvalInd.R +++ b/R/NGERFigKvalInd.R @@ -92,11 +92,11 @@ NGERFigKvalInd <- function(RegData, reshID=0, velgAvd=0, datoFra='2013-01-01', d tittel <- 'RAND36 ved operasjon, alle dimensjoner' } if (valgtVar =='RAND1') { - mangler <- c(-2, -7) + #mangler <- c(-2, -7) RANDvar <- c('R1ScorePhys', 'R1ScoreRoleLmtPhy', 'R1ScoreRoleLmtEmo', 'R1ScoreEnergy', 'R1ScoreEmo', 'R1ScoreSosial', - 'R1ScorePain', 'R1ScoreGeneral')[mangler] - grtxt <- grtxt[mangler] + 'R1ScorePain', 'R1ScoreGeneral') #[mangler] + #grtxt <- grtxt[mangler] tittel <- 'RAND36 ett år etter, alle dimensjoner' } AggVerdier <- list(Hoved = colMeans(RegData[ind$Hoved, RANDvar], na.rm = T), diff --git a/R/NGERRegDataSQL.R b/R/NGERRegDataSQL.R index a0bdec5..915e2bf 100644 --- a/R/NGERRegDataSQL.R +++ b/R/NGERRegDataSQL.R @@ -107,8 +107,8 @@ query <- paste0('SELECT R0Status, RY1metode, R1ScorePhys, - -- R1ScoreRoleLmtPhy, - -- R1ScorePain, + R1ScoreRoleLmtPhy, + R1ScorePain, R1ScoreGeneral, R1ScoreEnergy, R1ScoreSosial, diff --git a/inst/shinyApps/nger/app.R b/inst/shinyApps/nger/app.R index 6e89023..bdf9d13 100644 --- a/inst/shinyApps/nger/app.R +++ b/inst/shinyApps/nger/app.R @@ -699,7 +699,8 @@ tabPanel(p("Registeradministrasjon", title='Registeradministrasjonens side for r max = as.numeric(year(idag)), value = c(2016, year(idag)), step=1, sep="" ), br(), - downloadButton(outputId = 'lastNed_dataTilResPort', label='Last ned data')), + #downloadButton(outputId = 'lastNed_dataTilResPort', label='Last ned data') + ), fluidRow(h3('Mer som skal med her?') ) @@ -1426,16 +1427,16 @@ output$lastNed_dataDump <- downloadHandler( #-----------Registeradministrasjon----------- if (rolle=='SC') { - observe({ - tabdataTilResPort <- dataTilOffVisning(RegData=RegData, valgtVar = input$valgtVarRes, - aar=as.numeric(input$aarRes[1]):as.numeric(input$aarRes[2]), - OpMetode = as.numeric(input$opMetodeRes)) - - output$lastNed_dataTilResPort <- downloadHandler( - filename = function(){paste0('dataTilResPort_', input$valgtVarRes, '_', - as.numeric(input$opMetodeRes), '.csv')}, - content = function(file, filename){write.csv2(tabdataTilResPort, file, row.names = F, na = '')}) - }) + # observe({ + # tabdataTilResPort <- dataTilOffVisning(RegData=RegData, valgtVar = input$valgtVarRes, + # aar=as.numeric(input$aarRes[1]):as.numeric(input$aarRes[2]), + # OpMetode = as.numeric(input$opMetodeRes)) + # + # output$lastNed_dataTilResPort <- downloadHandler( + # filename = function(){paste0('dataTilResPort_', input$valgtVarRes, '_', + # as.numeric(input$opMetodeRes), '.csv')}, + # content = function(file, filename){write.csv2(tabdataTilResPort, file, row.names = F, na = '')}) + # }) } #------------------ Abonnement ---------------------------------------------- ## reaktive verdier for å holde rede på endringer som skjer mens From 3a4956afe4508baf0673cb5614d6c38f71d26b7d Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Tue, 27 Apr 2021 09:19:34 +0200 Subject: [PATCH 06/10] Ny fig --- .../R0ScoreGeneralForrige_UtvalgteShGjsn.pdf | Bin 0 -> 5268 bytes aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf | Bin 5265 -> 5265 bytes doc/NGERaarsrapp2020.R | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 aarsrapp/R0ScoreGeneralForrige_UtvalgteShGjsn.pdf diff --git a/aarsrapp/R0ScoreGeneralForrige_UtvalgteShGjsn.pdf b/aarsrapp/R0ScoreGeneralForrige_UtvalgteShGjsn.pdf new file mode 100644 index 0000000000000000000000000000000000000000..73edee65de8c1c945c61ac8de1c83f4a071e0bd6 GIT binary patch literal 5268 zcmb7I2T+sg)lALc*so1 zyO4p95l1oz3YG^GFJA$vsevFmWGtGBBN9+(Di$n-Qh~|Cpz?5-lDsk$30IH?K}?9Q z|8va>N5uoXEWr9?G|2;pp@2afuqC+H5 zfkz4$d9WQ~fu#^>WDIZ~{BP&c1Aer_7)x-cdVrx&WdsC>BxG1H5&8GXgj8P}63+9s}WIW_1}=aUiS^6#xH&ovB@XfKnxdTgQi z&|xL7Op>vky%iOzS`S(DbyD1Xea+#`YqNDTMPUu%0{Pk=QnCZLwVf#z80}`%7V-Nh zKjoa3k~ZAdQ_;Ex+WS}QtV#V-*-R_~yJs4GOfzlLaxM2?yNlXyT5ek`g|f&D^A-}j z68k&$Ad-EOVb+N6*~<(K1rQ`5Bb<Z9J@FYEc! z%ouD7v*&_sb=jTz`{QYs-WJ|YG1P3Nq7}~-6}i08m}WY{GCAfalJNE3z;_nKEeG75 z&C73l!wB-Ol-H$MYPAnrb)L1@UP3VovN?G^-mr#cJU#4v5wCHE7%@%7&KcR}I3HBZ zo;oje=3KYHtghsDV{?C%yqYNf!c4tmZ2V!vAy=LcLyKMtEv2oMW)yI%FHZ~dEtTrE zp{%VYp}5cs*fet?A=))nwT*BYfvg2wcuJ2$Ry(X?x1 zK3HY99*eI%YI0^opF^7c>N7di>kFZ|-FlL~Dq2XUgta?Ty+0vl6>R|0P9^*EvnU+7Q)cevL3jb4d*G-3m^ zqnp51Gv9gNv9`&VXqV9G$?bNWKk;t#>EP!=Lb2(m_EnVI(kfNSHwg}JC|Pm;ioW1j z6kGAUni9tE8z^Y)UGvU6ggk%%Qb zjinds72mDymS4kxGkQLJ2W6h1J&^8BB*auoKlH{{={_2wfjT>mm4BB)^vnf1Y4A`? zk1HhI9PBqzsTI*Fz-hdb&HHg zKLKKe==xCgEvfXINKK7?GLRilBwLcum;(etvC!8BEB*-o&y7Hb=&2nb=XG?n(G;vJ z7(tJ6`f4~u&Yw$05b|q4sAW{TIEcHMahH|du*>=(Tl3bRR~teti6-%7)>E3d=C)%bfT z{WI84vy+nVZYgs$$0oS&^UWXKsfRU7V8W>9BQ)EIvk&>!`g`r=xWr1L_$3@IBW@*e$4n0ln9Rqt^~xVtx^;R6 z`XY`0qTn={!EIpw;)&~?{FS1rFObSec~4o-W~tF2r~Qn??Q1E{;Xy0>DB+!_Teg8| z#~AJxV{0aMBRz3E3{Fdj%o@K&_PIb9qAQze#{;}hHTXMQJexV|e&*ifq@&THoU781 zh1K1h<3T!?{0A(WU$4GL`>ZD+6RA)gXC;E0Z!zjwXa5Z8%P(^|kvqaH-)N_JIrqhy zqae3+Q9Z@RVB?e;hfeM&rZnvc&7GX|9rmZ+3McAQZob^%989r0TqN?VX5c9XDH%>M ztDozc!PNk^c74V#eKA96ce3^dLcayr)){~6x|)oO zngR=q+>ehue9T$L!2Xu;u$ENR5ib|$+t3s7hfrX?6TvmPCvS(AyGWKY({efCVF=Pm zY6#{n9LXXV(&KVu@{oo6@$6vfPoQ2+j_@0u96T10RIpB`VC4k6nQi* zoUgU(6AURV7h3x`nZ)SNu@Y|jH1#c~9Y`ajgfp0fQzbt}o|E^9o_2zd7%Qj9y?Cy| z!#K^C@uv!f>!S@4N;(}*Fzf0<&5Uoebqn*{n8{Dcv&lmgl$o=bWtE;AwH}qa0@~y> z(Yu=8H`KqtKs~F%pA{pgXPcWbD6~+uz`23kQH9 z!QUQ>E`DJ5o65N0QuMJl^8L$r=tGbnhaZ<8lWJT**y$N6=^^rxquPb2GtaEw+LI(n zwj}O4{zqJII96lX+txqze8%qR`LhQe)riXxk>ZYJ{XN`3TLvwgmpG`0G^#W5(Gug@ zjJoiQlpkCdVRv2)rDiH9-Yjlz;3kHU4iOXa6j_$c5`8V&1WxMGb7d#1T{M29O_0bD znUZWV&y}&0IU@Dxgw2^zDXNU4xleJFE!=9u%JH{56?S<(C@+K0ce$Lq3~rV`Gq*3Y zDxg|@h#0PhSx@LGTPf>YuOi2+F}>G6akedLMrYbQT53MdSe zL>|*oC}tY8z!g;!J;JJ`d7`7U466;Z4R3XO@kk5h2@EkVeAs~PqIYS#s@AgBrq<1i z5@U$5Gi4QHbEVfyKaUxXz8upVeREe~G+=aOwDzv|-Kh~x+#Ou_)!8c_hmiL^Q;&Pb z^$4zHCMrkHPmYHx_Q6lXZ9P^-1P3$6hsW1Ox`)e#RSGt(GJapq%PMQq*$dw)JZ{}# zqMuu(Ghf(`i2yxKO6V_j-GCNT6=`2-;tiV(VGRnt?Y`!|H++|Uw>MaK&wdsADzw|Q zYssv_EW*shT+Up3>~qA~rzf5|MSP8@xD|WraxCH`jb9yRqi|flUx}dDd{rCarF7A4 z*oEA80@DpMQF!g?JMjymO34U%4=MnQ>=Wu`nrrNflpW-~z^fg@93x=NHIkI}6pxLw zAC?W1Ws_|@n{$!huFb)-YO!|L!;_drcgf) zTz*YuZex6+_2NhW7hm}JijC5ZVtNX$x3BN4|2luGezBhHxa3qs_@x$A+eEPNcJhw% z3)^F44`9#MPwEISx$9mwuQlNAJnk%7alGO=-hIn(OPcuX)j;Djzrn~E?)R3XE`w>k|u=QAodI%7CRoFg>vB=^}SUkZ4cSdG2kn};8;>9v_2UwSoJD0Tji&E-jJ&y-Kl$m@3eJz`01>Z!w#Vv(nUGIo|XpK3+={p)^Qb%6Vh zlP60}K_T~|;~V9%E^fvgYPA2qJO+1!7?*3TE`?CSKfVU~24 z@;ET}9m}4u3bPQiYNTLf14Pwng+E)#eJd6B{wP&=DF+!Vc+zAX?4|N6jb5v+c0QC;PeOKX@aX7Yig2KM_# z;G+eRFX*=Le$@KuSNa_i0g@06=N+H@^W#ZrC2bmKzB}&q&Q5r@`0T^vc~lj@Id1Ha zRAgK#ZF%v1cm=ykeX;S?mcPQyIrWiw5aq4xlIQovJKo$1^{Wq7&uH8UT=;TwM ztZ7al<97J^-an>p<)33H=ufLdmjJj5I0E2x(8t#QJlWz1S_BI22LOVgaBgl`z~7)7 z7!F{#BE%C%pi#ie2#6PrNX6o@Zd4Ey4u`lB0ZWEL!GR&}Wb`#)#zkXj^idasBV%Zu zZg{K@7(&J2T>;1wjUf{WV8~@MmL3S~L}M_3Wdee@;($~X90d%KBM_;sST`_)d{86? z5CM2R`Y*T#jo^+Z(>(EL8Wjv7x)TZ5t3WpN!O0Z*(dRMkp#OD1zOeVe6c_ez>xCsR!MHD=W%_#Km<@^+5jy D@K62x literal 0 HcmV?d00001 diff --git a/aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf b/aarsrapp/R0ScoreGeneral_UtvalgteShGjsn.pdf index 8b1ad43bfcc1c0c3d63cd81e8bfbe342b1418983..c010ad92738715245c81dc53221c019b353d56e8 100644 GIT binary patch delta 47 wcmbQJIZ<Px# diff --git a/doc/NGERaarsrapp2020.R b/doc/NGERaarsrapp2020.R index 5df0bf4..6c72aba 100644 --- a/doc/NGERaarsrapp2020.R +++ b/doc/NGERaarsrapp2020.R @@ -300,6 +300,8 @@ NGERDataUtvSh <- NGERData[which(NGERData$AvdRESH %in% c(701437, 706220, 107644, NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R0ScoreGeneral', datoFra=datoFra1aar, datoTil=datoTil, outfile=paste0('R0ScoreGeneral_UtvalgteShGjsn.pdf')) +NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R0ScoreGeneral', datoFra=datoFra1Yoppf, datoTil=datoTil1Yoppf, + outfile=paste0('R0ScoreGeneralForrige_UtvalgteShGjsn.pdf')) NGERFigGjsnGrVar(RegData=NGERDataUtvSh, valgtVar='R1ScoreGeneral', datoFra=datoFra1Yoppf, datoTil=datoTil1Yoppf, outfile=paste0('R1ScoreGeneral_UtvalgteShGjsn.pdf')) From 8744774a400a487c48c3da1f3fae530ff9a45d31 Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 2 Jun 2021 19:48:24 +0200 Subject: [PATCH 07/10] Fjernet lap-utstyr fra tabKomplLap --- R/NGERtabeller.R | 9 +++++---- doc/NGERkjorefil.r | 2 +- man/dataTilOffVisning.Rd | 4 +++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/R/NGERtabeller.R b/R/NGERtabeller.R index a1660c9..60579ea 100644 --- a/R/NGERtabeller.R +++ b/R/NGERtabeller.R @@ -242,8 +242,9 @@ tabKomplLap <- function(RegData, reshID=0, datoFra='2019-01-01', datoTil=Sys.Dat Blod <- c('Opf0KomplBlodning', 'Opf0BlodningAbdom', 'Opf0BlodningIntraabdominal', 'Opf0BlodningVaginal') #Utstyr -UtstyrTxt <- c('Problemer m/Instrumenter', '...Nett', '...Laparaskopisk sutur') #m/utstyr','... -Utstyr <- c('Opf0UtstyrInstrumenter', 'Opf0UtstyrNett', 'Opf0UtstyrSutur') #'Opf0KomplUtstyr', +#UtstyrTxt <- c('Problemer m/Instrumenter', '...Nett', '...Laparaskopisk sutur') #m/utstyr','... +#Utstyr <- c('Opf0UtstyrInstrumenter', 'Opf0UtstyrNett', 'Opf0UtstyrSutur') #'Opf0KomplUtstyr', +#"Opf0UtstyrInstrumenter", "Opf0UtstyrNett" og "Opf0UtstyrSutur" #Infeksjon: # Opf0InfEndometritt = Salpingitt JA, ok. @@ -262,8 +263,8 @@ Reop <- c("Opf0Reoperasjon", "Opf0ReopLaparoskopi", "Opf0ReopLaparotomi") RegData <- NGERUtvalgEnh(RegData, datoFra = datoFra, datoTil = datoTil)$RegData indMed <- intersect(which(RegData$Opf0Komplikasjoner %in% 0:1), which(RegData$OpType %in% c(1,3))) -LapKomplVar <- c(Blod, Utstyr, Infeksjon, Organ, Reop) -LapKomplTxt <- c(BlodTxt, UtstyrTxt, InfTxt, OrganTxt, ReopTxt) +LapKomplVar <- c(Blod, Infeksjon, Organ, Reop) #c(Blod, Utstyr, Infeksjon, Organ, Reop) +LapKomplTxt <- c(BlodTxt, InfTxt, OrganTxt, ReopTxt) #c(BlodTxt, UtstyrTxt, InfTxt, OrganTxt, ReopTxt) RegDataLapKompl <- RegData[indMed, c(LapKomplVar, "Opf0Komplikasjoner")] AntLap <- dim(RegDataLapKompl)[1] diff --git a/doc/NGERkjorefil.r b/doc/NGERkjorefil.r index 0ad841f..da6e8f9 100644 --- a/doc/NGERkjorefil.r +++ b/doc/NGERkjorefil.r @@ -3,7 +3,7 @@ library(tidyverse) klokebok = read_delim(mappeplassering_til_klokebok) kodebok_kategorier = klokebok %>% filter(type == 'Listevariabel') - +#"Opf0UtstyrInstrumenter", "Opf0UtstyrNett" og "Opf0UtstyrSutur" #--------------------------------------SamleRAPPORTER----------------------------------- diff --git a/man/dataTilOffVisning.Rd b/man/dataTilOffVisning.Rd index 54b3b7c..243de21 100644 --- a/man/dataTilOffVisning.Rd +++ b/man/dataTilOffVisning.Rd @@ -8,7 +8,7 @@ dataTilOffVisning( RegData = RegData, valgtVar, datoFra = "2014-01-01", - aar = 0, + datoTil = Sys.Date(), OpMetode = 0, indID = "indDummy", ResPort = 0, @@ -23,6 +23,8 @@ dataTilOffVisning( \item{datoFra}{Tidligste dato i utvalget (vises alltid i figuren).} +\item{datoTil}{Seneste dato i utvalget (vises alltid i figuren).} + \item{OpMetode}{1: Laparoskopi 2: Hysteroskopi 3: Begge From 6e737d13ba0212bb388ad9269553441ca0f7b776 Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Wed, 2 Jun 2021 20:06:34 +0200 Subject: [PATCH 08/10] Fjernet utstyr-var fra SQL --- R/NGERRegDataSQL.R | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/R/NGERRegDataSQL.R b/R/NGERRegDataSQL.R index 915e2bf..7842414 100644 --- a/R/NGERRegDataSQL.R +++ b/R/NGERRegDataSQL.R @@ -16,6 +16,8 @@ NGERRegDataSQL <- function(datoFra = '2014-01-01', datoTil = '2099-01-01',...) { } # query <- paste0('SELECT ', # paste0('AlleVarNum.',varUtvalg,suffix=', \n'), + #"Opf0UtstyrInstrumenter", "Opf0UtstyrNett" og "Opf0UtstyrSutur" + query <- paste0('SELECT HysBlodning, HysFluidOverload, @@ -136,8 +138,8 @@ query <- paste0('SELECT Opf0KomplInfeksjon, Opf0KomplOrgan, -- Opf0KomplUtstyr, - Opf0UtstyrInstrumenter, - Opf0UtstyrNett, + -- Opf0UtstyrInstrumenter, + -- Opf0UtstyrNett, Opf0InfUVI, Opf0InfOpSaar , Opf0InfIntraabdominal, @@ -152,7 +154,7 @@ query <- paste0('SELECT Opf0ReopLaparoskopi, Opf0ReopLaparotomi, Opf0Status, - Opf0UtstyrSutur, + -- Opf0UtstyrSutur, AlleVarNum.AvdRESH, AlleVarNum.Norsktalende, AlleVarNum.PasientID From 12effe5b6150213577571ba93a10ba0fdf5ab628 Mon Sep 17 00:00:00 2001 From: kevinthon Date: Thu, 3 Jun 2021 10:12:13 +0200 Subject: [PATCH 09/10] =?UTF-8?q?Versjon=20som=20fjerner=20variablene=20"O?= =?UTF-8?q?pf0UtstyrInstrumenter",=20"Opf0UtstyrNett"=20og=20"Opf0UtstyrSu?= =?UTF-8?q?tur"=20fra=20sp=C3=B8rring=20og=20tabeller=20siden=20variablene?= =?UTF-8?q?=20ikke=20lenger=20leveres=20i=20allevarnum.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index ed0c0cb..9fa355f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nger Type: Package Title: Resultatrapporter for NGER -Version: 3.2.2 +Version: 3.2.3 Date: 2021-03-15 Authors@R: c(person("Edvardsen", "Are", email = "are.edvardsen@helse-nord.no", role = "aut"), person("Olsen", "Lena", email = "Lena.Ringstad.Olsen@unn.no", From bb8da8345cda6753e14c3b5b46b22a06ed2d6d77 Mon Sep 17 00:00:00 2001 From: Lena Ringstad Olsen Date: Thu, 3 Jun 2021 10:40:10 +0200 Subject: [PATCH 10/10] descr --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ed0c0cb..e707bf1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: nger Type: Package Title: Resultatrapporter for NGER -Version: 3.2.2 -Date: 2021-03-15 +Version: 3.2.1 +Date: 2021-06-03 Authors@R: c(person("Edvardsen", "Are", email = "are.edvardsen@helse-nord.no", role = "aut"), person("Olsen", "Lena", email = "Lena.Ringstad.Olsen@unn.no", role = c("cre", "aut")))